Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40649
This commit is contained in:
parent
e3a333deb4
commit
52cb5fc147
11 changed files with 23 additions and 5 deletions
|
@ -1558,7 +1558,7 @@ CheckDLOPEN()
|
|||
{
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue