]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-ac.patch
- no ChangeLog is present in svn snaps checked out from trunk
[packages/util-vserver.git] / util-vserver-ac.patch
1 --- configure.ac~       2009-06-26 02:31:27.000000000 +0200
2 +++ configure.ac        2009-07-28 12:57:13.562148646 +0200
3 @@ -250,6 +250,7 @@
4  IFS=,;
5  
6  for i in $enable_apis; do
7 +       IFS=$old_IFS
8         case "$i" in
9                 (compat)        AC_DEFINE(VC_ENABLE_API_COMPAT,   1)
10                                 enable_api_oldproc=${enable_api_oldproc:-1}
11 @@ -276,6 +277,7 @@
12                 (olduts)        enable_api_olduts=2;;
13                 (*)             AC_MSG_ERROR(['$i' is not a supported API]);;
14         esac
15 +       IFS=","
16  done
17  IFS=$old_IFS
18  if test x"$enable_api_oldproc" != x; then
This page took 0.0242 seconds and 3 git commands to generate.