changeset 4326:a156aea07417 SDL-1.2

We don't need dlvsym() for ALSA anymore, yay!
author Sam Lantinga <slouken@libsdl.org>
date Tue, 13 Oct 2009 04:23:34 +0000
parents df4108bfbe1e
children 2b6e3b42f80f
files configure.in include/SDL_config.h.in
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Oct 12 23:21:19 2009 +0000
+++ b/configure.in	Tue Oct 13 04:23:34 2009 +0000
@@ -2125,10 +2125,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	Mon Oct 12 23:21:19 2009 +0000
+++ b/include/SDL_config.h.in	Tue Oct 13 04:23:34 2009 +0000
@@ -134,7 +134,6 @@
 #undef HAVE_SETJMP
 #undef HAVE_NANOSLEEP
 #undef HAVE_CLOCK_GETTIME
-#undef HAVE_DLVSYM
 #undef HAVE_GETPAGESIZE
 #undef HAVE_MPROTECT