Commit ea27196a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* automagically assume --with-macosx-sdk

parent 858281e1
......@@ -214,6 +214,9 @@ case "${host_os}" in
echo " Assuming --disable-glx"
enable_xvideo="no"
echo " Assuming --disable-xvideo"
with_macosx_sdk="yes"
echo " Assuming --with-macosx-sdk"
fi
if test ".`uname -p`" = ".i386"; then
dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment