dect
/
libpcap
Archived
13
0
Fork 0

Fix check for Snow Leopard.

For OS X version 10.{x}.{y}, Darwin is (at least for later versions)
version {x+4}.{y}.
This commit is contained in:
Guy Harris 2010-04-04 12:37:15 -07:00
parent 6776069ed8
commit d7cf4017fb
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -9549,7 +9549,7 @@ fi
if test "$enable_universal" != "no"; then
case "$host_os" in
darwin10.3*)
darwin10.*)
#
# Snow Leopard. Build for x86-64, x86, and
# PPC, with x86-64 first. (That's what Apple

View File

@ -1174,7 +1174,7 @@ darwin*)
if test "$enable_universal" != "no"; then
case "$host_os" in
darwin10.3*)
darwin10.*)
#
# Snow Leopard. Build for x86-64, x86, and
# PPC, with x86-64 first. (That's what Apple