From: Dave Love Date: Mon, 20 Nov 2000 19:02:44 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-21.0.92~263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05b73ae7c747760f9e25f354e4f36539e47de18a;p=emacs.git Fix last change. --- 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