From 05b73ae7c747760f9e25f354e4f36539e47de18a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 20 Nov 2000 19:02:44 +0000 Subject: [PATCH] Fix last change. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 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 -- 2.39.2