1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Metzmacher
0c7e3ed962 r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flags
for dlopen but no library contains the function...

metze
2007-10-10 14:53:03 -05:00
Michael Adam
7afa8d2a47 r22931: Fix logic in detection of the need to replace dlopen and friends.
Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen
was found in libdl but header dlfcn.h was not appropriate.

Michael
2007-10-10 14:52:30 -05:00
Stefan Metzmacher
4aa31c8862 r20383: only try to find dlfcn.h if the dlopen symbol was found,
it hopefully fixes systems where dlfcn.h but no library with dlopen

metze
2007-10-10 14:30:21 -05:00
Stefan Metzmacher
cb334632fa r18960: fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...

metze
2007-10-10 14:20:24 -05:00
Stefan Metzmacher
8662e14815 r18445: splitout the dlfcn related tests
metze
2007-10-10 14:18:31 -05:00