Diff for /rpl/Attic/configure.in between versions 1.70 and 1.71

version 1.70, 2011/07/22 07:38:00 version 1.71, 2011/07/22 21:04:37
Line 122  if test "$with-32bits-abi" = "no"; then Line 122  if test "$with-32bits-abi" = "no"; then
 else  else
     ABI=-m32      ABI=-m32
 fi],[  fi],[
     ABI=-m32      ABI=
     ]      ]
 )  )
   
   if test x$ABI = x; then
 AC_ARG_WITH(64bits,  AC_ARG_WITH(64bits,
 [  --with-64bits-abi       force 64bits ABI (multilib)],[  [  --with-64bits-abi       force 64bits ABI (multilib)],[
 if test "$with-64bits-abi" = "no"; then  if test "$with-64bits-abi" = "no"; then
Line 133  if test "$with-64bits-abi" = "no"; then Line 134  if test "$with-64bits-abi" = "no"; then
 else  else
     ABI=-m64      ABI=-m64
 fi],[  fi],[
     ABI=-m64      ABI=
     ]      ]
 )  )
   fi
   
 dnl RPL/CAS support  dnl RPL/CAS support
 AC_ARG_WITH(rplcas,  AC_ARG_WITH(rplcas,

Removed from v.1.70  
changed lines
  Added in v.1.71


CVSweb interface <joel.bertrand@systella.fr>