mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Looks like I forgot to re-run autoconf after changing "darwin6" to "darwin"
in configure.in.
This commit is contained in:
parent
bb09a12f75
commit
804ca87a19
2
nulib2/configure
vendored
2
nulib2/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user