aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-20 19:02:44 +0000
committerDave Love2000-11-20 19:02:44 +0000
commit05b73ae7c747760f9e25f354e4f36539e47de18a (patch)
tree8ff609000435ba36e06e4e8c296ec17ac74329b8
parent62d14e9a1ca61564cc72cc2965223526c41e968f (diff)
downloademacs-05b73ae7c747760f9e25f354e4f36539e47de18a.tar.gz
emacs-05b73ae7c747760f9e25f354e4f36539e47de18a.zip
Fix last change.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 341711dc648..54ea7a70fa0 100644
--- a/configure.in
+++ b/configure.in
@@ -2260,7 +2260,7 @@ make epaths-force
2260# As of 2000-11-19, newest development versions of GNU cpp preprocess 2260# As of 2000-11-19, newest development versions of GNU cpp preprocess
2261# `..' to `. .' unless invoked with -traditional 2261# `..' to `. .' unless invoked with -traditional
2262 2262
2263if [ x$GCC = xyes && x$NON_GNU_CPP" = x ]; then 2263if test "x$GCC" = xyes && test "x$NON_GNU_CPP" = x; then
2264 CPPFLAGS="$CPPFLAGS -traditional" 2264 CPPFLAGS="$CPPFLAGS -traditional"
2265fi 2265fi
2266 2266