Looks like I forgot to re-run autoconf after changing "darwin6" to "darwin"

in configure.in.
This commit is contained in:
Andy McFadden 2004-03-18 17:22:09 +00:00
parent bb09a12f75
commit 804ca87a19
1 changed files with 1 additions and 1 deletions

2
nulib2/configure vendored
View File

@ -1851,7 +1851,7 @@ if test "$host_os" = "beos"; then
fi
fi
if test "$host_vendor" = "apple" -a ${host_os:0:7} = "darwin6"; then
if test "$host_vendor" = "apple" -a ${host_os:0:6} = "darwin"; then
echo "checking for Mac OS X... yes, adding -framework Carbon"
LIBS="$LIBS -framework Carbon"
fi