]> git.sesse.net Git - vlc/blobdiff - configure.ac
Revert "modules: added a hack to work-around the buggy 64bit runtime on OS X Leopard"
[vlc] / configure.ac
index d4bee56c945c80d77fcf4fb279c3703346c1cad3..69a1831b0ddc75745f3cb5ce24ae40b47e81505c 100644 (file)
@@ -790,8 +790,8 @@ if test "${ac_cv_have_plugins}" = "no"; then
     ac_cv_have_plugins=yes])
 fi
 
-# Only test for dlopen() if the others didn't work or on Darwin for 64bit builds
-if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
+# Only test for dlopen() if the others didn't work
+if test "${ac_cv_have_plugins}" = "no"; then
   AC_CHECK_HEADERS(dlfcn.h sys/dl.h)
   ac_cv_my_have_dlopen=no
   AC_CHECK_FUNC(dlopen,