changeset 3394:2b0a3b2f2fc6

We don't need dlvsym() for ALSA anymore, yay!
author Sam Lantinga <slouken@libsdl.org>
date Tue, 13 Oct 2009 07:02:19 +0000
parents fe2f10481878
children 45f140dd4b08
files configure.in include/SDL_config.h.in
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Oct 13 06:51:20 2009 +0000
+++ b/configure.in	Tue Oct 13 07:02:19 2009 +0000
@@ -1972,10 +1972,6 @@
             AC_CHECK_LIB(c, dlopen, EXTRA_LDFLAGS="$EXTRA_LDFLAGS",
                AC_CHECK_LIB(dl, dlopen, EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldl",
                   AC_CHECK_LIB(ltdl, dlopen, EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lltdl")))
-            AC_CHECK_LIB(dl, dlvsym, have_dlvsym=yes)
-            if test x$have_dlvsym = xyes; then
-                AC_DEFINE(HAVE_DLVSYM)
-            fi
             AC_DEFINE(SDL_LOADSO_DLOPEN)
             SOURCES="$SOURCES $srcdir/src/loadso/dlopen/*.c"
             have_loadso=yes
--- a/include/SDL_config.h.in	Tue Oct 13 06:51:20 2009 +0000
+++ b/include/SDL_config.h.in	Tue Oct 13 07:02:19 2009 +0000
@@ -150,7 +150,6 @@
 #undef HAVE_SETJMP
 #undef HAVE_NANOSLEEP
 #undef HAVE_CLOCK_GETTIME
-#undef HAVE_DLVSYM
 #undef HAVE_GETPAGESIZE
 
 #else