diff configure.in @ 33651:cdbdcca9452f

Fix last change.
author Dave Love <fx@gnu.org>
date Mon, 20 Nov 2000 19:02:44 +0000
parents 6242368d9e4c
children a6951040bb8e
line wrap: on
line diff
--- a/configure.in	Mon Nov 20 18:39:16 2000 +0000
+++ b/configure.in	Mon Nov 20 19:02:44 2000 +0000
@@ -2260,7 +2260,7 @@
 # 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