comparison configure.in @ 109078:ec99501be565

Remove comment that is no longer true.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Jun 2010 23:38:13 -0700
parents 758d2fa60c5c
children a17732ef349e
comparison
equal deleted inserted replaced
109077:758d2fa60c5c 109078:ec99501be565
712 712
713 if test x$GCC = xyes; then 713 if test x$GCC = xyes; then
714 C_OPTIMIZE_SWITCH=-O2 714 C_OPTIMIZE_SWITCH=-O2
715 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS" 715 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
716 else 716 else
717 dnl FIXME? unused.
718 C_OPTIMIZE_SWITCH=-O 717 C_OPTIMIZE_SWITCH=-O
719 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" 718 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
720 fi 719 fi
721 720
722 dnl checks for Unix variants 721 dnl checks for Unix variants