Diff for /rpl/Attic/configure between versions 1.65 and 1.66

version 1.65, 2011/06/27 14:01:48 version 1.66, 2011/06/27 15:27:25
Line 666  RANLIB Line 666  RANLIB
 LN_S  LN_S
 RUNPATH  RUNPATH
 PROFILAGE  PROFILAGE
   ABI
 X_EXTRA_LIBS  X_EXTRA_LIBS
 X_LIBS  X_LIBS
 X_PRE_LIBS  X_PRE_LIBS
Line 5873  fi Line 5874  fi
 if test "${with_32bits+set}" = set; then :  if test "${with_32bits+set}" = set; then :
   withval=$with_32bits;    withval=$with_32bits;
 if test "$with-32bits-abi" = "no"; then  if test "$with-32bits-abi" = "no"; then
       ABI=
 else  else
     ABI=-m32      ABI=-m32
 fi  fi
Line 5884  else Line 5886  else
 fi  fi
   
   
 SUBST(ABI)  
   
 # 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 :

Removed from v.1.65  
changed lines
  Added in v.1.66


CVSweb interface <joel.bertrand@systella.fr>