projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71cd38
)
Remove comment that is no longer true.
author
Glenn Morris
<rgm@gnu.org>
Wed, 30 Jun 2010 06:38:13 +0000
(23:38 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 30 Jun 2010 06:38:13 +0000
(23:38 -0700)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 805ea9c413466dd98d3363a8d32c6a8d0e7f2590..97e2adc753c068d841746a589ea8f83a17a81db8 100644
(file)
--- 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