# HG changeset patch # User Sam Lantinga # Date 1255417339 0 # Node ID 2b0a3b2f2fc65e425c4f05549562150d5e6ca85e # Parent fe2f10481878f220e1fa5bddcd56ed7584b7e6a2 We don't need dlvsym() for ALSA anymore, yay! diff -r fe2f10481878 -r 2b0a3b2f2fc6 configure.in --- 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 diff -r fe2f10481878 -r 2b0a3b2f2fc6 include/SDL_config.h.in --- 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