--- rpl/Attic/configure 2011/06/27 13:14:27 1.64 +++ rpl/Attic/configure 2011/06/27 14:01:48 1.65 @@ -5873,25 +5873,19 @@ fi 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" - + ABI=-m32 +fi else - CFLAGS="$CFLAGS -m32" - FFLAGS="$FFLAGS -m32" - FCFLAGS="$FCFLAGS -m32" + ABI=-m32 fi +SUBST(ABI) + # Check whether --enable-optimization was given. if test "${enable_optimization+set}" = set; then : enableval=$enable_optimization;