diff options
author | Dave Love <fx@gnu.org> | 2000-02-18 19:52:52 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-18 19:52:52 +0000 |
commit | e57196a0a18dc0e667dcb6ec817348550453d5aa (patch) | |
tree | ea4690b0b10cda94caca443a6b9f46ac2351a136 /configure.in | |
parent | f0b645bfc7a16c88b6f44b48466b719c786d6644 (diff) | |
download | emacs-e57196a0a18dc0e667dcb6ec817348550453d5aa.tar.gz |
Define NON_GNU_CPP on alpha-dec-osf5+.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2c999c2ce5f..a8c135c53ee 100644 --- a/configure.in +++ b/configure.in @@ -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* ) |