changeset 1632:89e25c25213c

Don't check dlopen on Mac OS X, to retain 10.2 compatibility
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Apr 2006 15:36:27 +0000
parents 510b009a864c
children b17ca8c3a404
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Apr 13 14:59:34 2006 +0000
+++ b/configure.in	Thu Apr 13 15:36:27 2006 +0000
@@ -2331,7 +2331,7 @@
         CheckDummyVideo
         CheckDiskAudio
         CheckDummyAudio
-        CheckDLOPEN
+        #CheckDLOPEN # Don't check dlopen(), to retain 10.2 compatibility
         CheckCOCOA
         CheckCARBON
         CheckX11