mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Check for HPUX dl functions.
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25855 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 9f862e9faf0fa9cddfcc2f87d9f247082718b3e0)
This commit is contained in:
parent
a2cf98daf0
commit
29303bd12e
@ -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