Diff for /rpl/Attic/configure between versions 1.63 and 1.64

version 1.63, 2011/06/27 09:04:10 version 1.64, 2011/06/27 13:14:27
Line 778  ac_user_opts=' Line 778  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_x  with_x
   with_32bits
 enable_optimization  enable_optimization
 enable_sysv_semaphores  enable_sysv_semaphores
 enable_full_static  enable_full_static
Line 1466  Optional Packages: Line 1467  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-x                use the X Window System    --with-x                use the X Window System
     --with-32bits-abi       force 32bits ABI (multilib)
   --with-mysql=PATH         specify directory for installed mysql    --with-mysql=PATH         specify directory for installed mysql
   --with-postgresql=PATH    specify directory for installed postgresql    --with-postgresql=PATH    specify directory for installed postgresql
   --with-bourne-shell=PATH  specify path for OS/2 bourne shell    --with-bourne-shell=PATH  specify path for OS/2 bourne shell
Line 5866  if test "$ac_x_libraries" != "no"; then Line 5868  if test "$ac_x_libraries" != "no"; then
     fi      fi
 fi  fi
   
   
   # Check whether --with-32bits was given.
   if test "${with_32bits+set}" = set; then :
     withval=$with_32bits;
   if test "$with-32bits-abi" = "no"; then
       CFLAGS=
       FFLAGS=
       CXXFLAGS=
       FCFLAGS=
   else
       CFLAGS="$CFLAGS -m32"
       FFLAGS="$FFLAGS -m32"
       FCFLAGS="$FCFLAGS -m32"
   
   else
   
       CFLAGS="$CFLAGS -m32"
       FFLAGS="$FFLAGS -m32"
       FCFLAGS="$FCFLAGS -m32"
   
   
   fi
   
   
 # Check whether --enable-optimization was given.  # Check whether --enable-optimization was given.
 if test "${enable_optimization+set}" = set; then :  if test "${enable_optimization+set}" = set; then :
   enableval=$enable_optimization;    enableval=$enable_optimization;

Removed from v.1.63  
changed lines
  Added in v.1.64


CVSweb interface <joel.bertrand@systella.fr>