]> git.sesse.net Git - vlc/commitdiff
* automagically assume --with-macosx-sdk
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 28 Nov 2007 15:20:56 +0000 (15:20 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 28 Nov 2007 15:20:56 +0000 (15:20 +0000)
configure.ac

index 66e6527a543318daa89c5e6271dd36c68656c3f8..0e09d53b62da4c9aba7b9d1c742b29a73bfeecf7 100644 (file)
@@ -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