]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix pattern for osf5+.
authorDave Love <fx@gnu.org>
Sun, 27 Feb 2000 12:28:12 +0000 (12:28 +0000)
committerDave Love <fx@gnu.org>
Sun, 27 Feb 2000 12:28:12 +0000 (12:28 +0000)
configure.in

index a8c135c53ee54e6a9b55c20b71d1c7c69a985f67..d88c27fb4157dc02122ea60b24bc411fcb543abd 100644 (file)
@@ -255,7 +255,7 @@ case "${canonical}" in
     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])
+    alpha*-dec-osf[5-9]*)
       NON_GNU_CPP='cc -E -std0' ;;
     esac
   ;;