changeset 27764:6599247a653e

Define NON_GNU_CPP on alpha-dec-osf5+.
author Dave Love <fx@gnu.org>
date Fri, 18 Feb 2000 19:52:52 +0000
parents 70a9799a393e
children 277138d0f9f1
files configure.in
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Feb 18 19:47:49 2000 +0000
+++ b/configure.in	Fri Feb 18 19:52:52 2000 +0000
@@ -252,6 +252,12 @@
     # 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
+    case "${canonical}" in
+    # This is necessary on 5.0 to avoid mangling src/Makefile.
+    # Separated out in case it causes problems on earlier versions.
+    alpha*-dec-osf[5-9])
+      NON_GNU_CPP='cc -E -std0' ;;
+    esac
   ;;
 
   alpha*-*-linux-gnu* )