equal
deleted
inserted
replaced
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> |