Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
647:56dddbeb089a | 648:12a21d82a060 |
---|---|
1556 dnl Check for the dlfcn.h interface for dynamically loading objects | 1556 dnl Check for the dlfcn.h interface for dynamically loading objects |
1557 CheckDLOPEN() | 1557 CheckDLOPEN() |
1558 { | 1558 { |
1559 AC_ARG_ENABLE(dlopen, | 1559 AC_ARG_ENABLE(dlopen, |
1560 [ --enable-dlopen use dlopen for shared object loading [default=no]], | 1560 [ --enable-dlopen use dlopen for shared object loading [default=no]], |
1561 , enable_dlopen=no) | 1561 , enable_dlopen=yes) |
1562 if test x$enable_dlopen = xyes; then | 1562 if test x$enable_dlopen = xyes; then |
1563 AC_MSG_CHECKING(for dlopen) | 1563 AC_MSG_CHECKING(for dlopen) |
1564 use_dlopen=no | 1564 use_dlopen=no |
1565 AC_TRY_COMPILE([ | 1565 AC_TRY_COMPILE([ |
1566 #include <dlfcn.h> | 1566 #include <dlfcn.h> |