Fix last change.
This commit is contained in:
parent
62d14e9a1c
commit
05b73ae7c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue