From b308ec7ad1df75193637addb714d4a4005f5a610 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 13 Oct 2009 07:02:19 +0000 Subject: [PATCH] We don't need dlvsym() for ALSA anymore, yay! --- configure.in | 4 ---- include/SDL_config.h.in | 1 - 2 files changed, 5 deletions(-) diff --git a/configure.in b/configure.in index 077fa2282..591e835c9 100644 --- a/configure.in +++ b/configure.in @@ -1972,10 +1972,6 @@ AC_HELP_STRING([--enable-sdl-dlopen], [use dlopen for shared object loading [[de 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 diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index 7450ebd1b..f0856b9dc 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -150,7 +150,6 @@ #undef HAVE_SETJMP #undef HAVE_NANOSLEEP #undef HAVE_CLOCK_GETTIME -#undef HAVE_DLVSYM #undef HAVE_GETPAGESIZE #else