From: Glenn Morris Date: Wed, 30 Jun 2010 06:38:13 +0000 (-0700) Subject: Remove comment that is no longer true. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dabe1990725147646af16882e5b0ae3a083e9228;p=emacs.git Remove comment that is no longer true. --- diff --git a/configure.in b/configure.in index 805ea9c4134..97e2adc753c 100644 --- a/configure.in +++ b/configure.in @@ -714,7 +714,6 @@ if test x$GCC = xyes; then C_OPTIMIZE_SWITCH=-O2 test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS" else - dnl FIXME? unused. C_OPTIMIZE_SWITCH=-O test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" fi