diff options
| author | Glenn Morris | 2010-06-29 23:38:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-29 23:38:13 -0700 |
| commit | dabe1990725147646af16882e5b0ae3a083e9228 (patch) | |
| tree | a80cf41baea37c3fe708adcb06d88e5fb1a94a9a | |
| parent | f71cd38ac42420fc0c7290e0adedf965749d74df (diff) | |
| download | emacs-dabe1990725147646af16882e5b0ae3a083e9228.tar.gz emacs-dabe1990725147646af16882e5b0ae3a083e9228.zip | |
Remove comment that is no longer true.
| -rw-r--r-- | configure.in | 1 |
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" |
| 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 |