]> git.eshelyaron.com Git - emacs.git/commitdiff
<alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
authorKenichi Handa <handa@m17n.org>
Sat, 26 Aug 2000 00:36:57 +0000 (00:36 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 26 Aug 2000 00:36:57 +0000 (00:36 +0000)
"case "${canonical}" in".

configure.in

index 210caf797b819f514e47ad56321789b758c5a6f3..ba28984e8bcef739331c9e7e2fc2ffed456ad82f 100644 (file)
@@ -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