changeset 27882:f65414917679

Fix pattern for osf5+.
author Dave Love <fx@gnu.org>
date Sun, 27 Feb 2000 12:28:12 +0000
parents f54471f7b913
children 7c90c9f169f4
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Feb 26 14:00:51 2000 +0000
+++ b/configure.in	Sun Feb 27 12:28:12 2000 +0000
@@ -255,7 +255,7 @@
     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
   ;;