# HG changeset patch # User Dave Love # Date 950903572 0 # Node ID 6599247a653ea1c537cbbf6fb8b5785be181a9db # Parent 70a9799a393e3f22695be1c38afe8b34af321023 Define NON_GNU_CPP on alpha-dec-osf5+. diff -r 70a9799a393e -r 6599247a653e configure.in --- 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* )