1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

* automagically assume --with-macosx-sdk

This commit is contained in:
Felix Paul Kühne 2007-11-28 15:20:56 +00:00
parent 858281e18e
commit ea27196a65

View File

@ -214,6 +214,9 @@ case "${host_os}" in
echo " Assuming --disable-glx" echo " Assuming --disable-glx"
enable_xvideo="no" enable_xvideo="no"
echo " Assuming --disable-xvideo" echo " Assuming --disable-xvideo"
with_macosx_sdk="yes"
echo " Assuming --with-macosx-sdk"
fi fi
if test ".`uname -p`" = ".i386"; then if test ".`uname -p`" = ".i386"; then
dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code