mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
r25855: Check for HPUX dl functions.
This commit is contained in:
parent
6c46a92528
commit
478b5ac8d9
@ -8,6 +8,11 @@ AC_SEARCH_LIBS(dlopen, dl)
|
||||
AC_CHECK_HEADERS(dlfcn.h)
|
||||
AC_CHECK_FUNCS([dlopen dlsym dlerror dlclose],[],[libreplace_cv_dlfcn=yes])
|
||||
|
||||
libreplace_cv_shl=no
|
||||
AC_SEARCH_LIBS(shl_load, sl)
|
||||
AC_CHECK_HEADERS(dl.h)
|
||||
AC_CHECK_FUNCS([shl_load shl_unload shl_findsym],[],[libreplace_cv_shl=yes])
|
||||
|
||||
AC_VERIFY_C_PROTOTYPE([void *dlopen(const char* filename, unsigned int flags)],
|
||||
[
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user