From 4efea26a7fe932dbc4de7317fc8a79779b57b655 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 25 Jan 2000 10:31:08 +0000 Subject: [PATCH] [project @ 2000-01-25 10:31:08 by simonmar] urk, Solaris sh doesn't understand [^0-9] in patterns, it seems. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9c69f92..77cd602 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ i[[3456]]86-*-linux*) HostVendor_CPP='unknown' HostOS_CPP='linux' ;; -i[[3456]]86-*-freebsd[[^0-2]]*) # FreeBSD 3.0+ uses ELF +i[[3456]]86-*-freebsd[[3-9]]*) # FreeBSD 3.0+ uses ELF HostPlatform=i386-unknown-freebsd # hack again TargetPlatform=i386-unknown-freebsd BuildPlatform=i386-unknown-freebsd -- 1.7.10.4