From ea27196a65dad0b618b0f9dde683e404d835893b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Wed, 28 Nov 2007 15:20:56 +0000 Subject: [PATCH] * automagically assume --with-macosx-sdk --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 66e6527a54..0e09d53b62 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.2