]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorDave Love <fx@gnu.org>
Mon, 20 Nov 2000 19:02:44 +0000 (19:02 +0000)
committerDave Love <fx@gnu.org>
Mon, 20 Nov 2000 19:02:44 +0000 (19:02 +0000)
configure.in

index 341711dc648e298e506587d54e44f0b5c35dfb3d..54ea7a70fa02ffa4e0174e2efdd6507adba452b8 100644 (file)
@@ -2260,7 +2260,7 @@ make epaths-force
 # As of 2000-11-19, newest development versions of GNU cpp preprocess
 # `..' to `. .'  unless invoked with -traditional
 
-if [ x$GCC = xyes && x$NON_GNU_CPP" = x ]; then
+if test "x$GCC" = xyes && test "x$NON_GNU_CPP" = x; then
   CPPFLAGS="$CPPFLAGS -traditional"
 fi