aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-06-29 23:38:13 -0700
committerGlenn Morris2010-06-29 23:38:13 -0700
commitdabe1990725147646af16882e5b0ae3a083e9228 (patch)
treea80cf41baea37c3fe708adcb06d88e5fb1a94a9a
parentf71cd38ac42420fc0c7290e0adedf965749d74df (diff)
downloademacs-dabe1990725147646af16882e5b0ae3a083e9228.tar.gz
emacs-dabe1990725147646af16882e5b0ae3a083e9228.zip
Remove comment that is no longer true.
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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
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"
716else 716else
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"
720fi 719fi