]> git.eshelyaron.com Git - emacs.git/commitdiff
Define NON_GNU_CPP on alpha-dec-osf5+.
authorDave Love <fx@gnu.org>
Fri, 18 Feb 2000 19:52:52 +0000 (19:52 +0000)
committerDave Love <fx@gnu.org>
Fri, 18 Feb 2000 19:52:52 +0000 (19:52 +0000)
configure.in

index 2c999c2ce5fce72cb20f3e49800313e8d6e236e4..a8c135c53ee54e6a9b55c20b71d1c7c69a985f67 100644 (file)
@@ -252,6 +252,12 @@ 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
+    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* )