From 71c72a72acf82b30427028c11ec64e11e06c705a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 26 Aug 2000 00:36:57 +0000 Subject: [PATCH] : Move "NON_GNU_CPP='cpp'" before "case "${canonical}" in". --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 210caf797b8..ba28984e8bc 100644 --- a/configure.in +++ b/configure.in @@ -258,12 +258,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 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' + case "${canonical}" in alpha*-dec-osf[4-9]*) opsys=osf5-0 ;; esac -- 2.39.2