- Fix detection of FreeBSD 7

Reported by:	kris via pointyhat
This commit is contained in:
Simon Barner 2005-07-18 07:13:54 +00:00
parent 3b239442a7
commit 41a9ed248a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139466
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
;;
- *freebsd5*)
+ *freebsd[56]*)
+ *freebsd[567]*)
echo "$as_me:$LINENO: result: ok (${host_os})" >&5
echo "${ECHO_T}ok (${host_os})" >&6
VG_PLATFORM="x86-freebsd"

View file

@ -5,7 +5,7 @@
;;
- *freebsd5*)
+ *freebsd[56]*)
+ *freebsd[567]*)
echo "$as_me:$LINENO: result: ok (${host_os})" >&5
echo "${ECHO_T}ok (${host_os})" >&6
VG_PLATFORM="x86-freebsd"