summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-12-11 17:17:02 +0000
committerDave Love <fx@gnu.org>2000-12-11 17:17:02 +0000
commit557dcfd7735cc960421c47d7be44339297afaddd (patch)
tree0ea8d098a1ec9d7759f56df7e0e0b66a04009542
parentd990421fa28eec09a5a633395b70fd9f1c7f8910 (diff)
downloademacs-557dcfd7735cc960421c47d7be44339297afaddd.tar.gz
Use full path for NON_GNU_CPP.
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 26d1d6bb07f..00ea9c867f9 100644
--- a/configure.in
+++ b/configure.in
@@ -258,11 +258,11 @@ case "${canonical}" in
# This is needed to find X11R6.1 libraries for certain tests.
NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
- # This is necessary on 5.0 to avoid mangling src/Makefile due to
- # non-traditional preprocessing with the current compiler defaults.
- # OSF 4 can also have that compiler version, and there seems always
- # to have been a usable /usr/bin/cpp.
- NON_GNU_CPP='cpp'
+ # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile
+ # due to non-traditional preprocessing with the current compiler
+ # defaults. OSF 4 can also have that compiler version, and there
+ # seems always to have been a usable /usr/bin/cpp.
+ NON_GNU_CPP=/usr/bin/cpp
case "${canonical}" in
alpha*-dec-osf[5-9]*)
opsys=osf5-0 ;;