diff configure @ 34446:d39dd1c5b93f

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 11 Dec 2000 17:17:41 +0000
parents de5d85f5717b
children eb8cfdc5cabf
line wrap: on
line diff
--- a/configure	Mon Dec 11 17:17:02 2000 +0000
+++ b/configure	Mon Dec 11 17:17:41 2000 +0000
@@ -885,11 +885,11 @@
     # 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 ;;