Mercurial > sdl-ios-xcode
diff configure.in @ 648:12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Jul 2003 07:46:19 +0000 |
parents | 56dddbeb089a |
children | 35ff0890ac4e |
line wrap: on
line diff
--- a/configure.in Wed Jul 09 15:38:28 2003 +0000 +++ b/configure.in Thu Jul 10 07:46:19 2003 +0000 @@ -1558,7 +1558,7 @@ { AC_ARG_ENABLE(dlopen, [ --enable-dlopen use dlopen for shared object loading [default=no]], - , enable_dlopen=no) + , enable_dlopen=yes) if test x$enable_dlopen = xyes; then AC_MSG_CHECKING(for dlopen) use_dlopen=no