# HG changeset patch # User Dave Love # Date 974746964 0 # Node ID cdbdcca9452f7561596dc17a47995248ffe2d820 # Parent 480e4cbfe3ef907840f8bcf54f948c293bc038c0 Fix last change. diff -r 480e4cbfe3ef -r cdbdcca9452f configure.in --- 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