summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/dlfcn.m4
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-31/+0
|
* r25855: Check for HPUX dl functions.Jelmer Vernooij2007-12-211-0/+5
| | | | (This used to be commit 478b5ac8d92a23a32349bedfe7c6caf98b67fb39)
* r25098: Fix typoJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9)
* r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher2007-10-101-6/+11
| | | | | | | for dlopen but no library contains the function... metze (This used to be commit 0c7e3ed9625d512522a0cc7278e705fbbfc316f4)
* r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam2007-10-101-6/+7
| | | | | | | | Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen was found in libdl but header dlfcn.h was not appropriate. Michael (This used to be commit 7afa8d2a4707e999a380e747ccaae1de53a00251)
* r20383: only try to find dlfcn.h if the dlopen symbol was found,Stefan Metzmacher2007-10-101-5/+7
| | | | | | | it hopefully fixes systems where dlfcn.h but no library with dlopen metze (This used to be commit 4aa31c8862020fa2615ec3cf0b65b1bb7ed10dd4)
* r18960: fix caching of some configure tests AC_CACHE_CHECK()Stefan Metzmacher2007-10-101-3/+3
| | | | | | | *needs* '_cv_' in the shell var to do caching... metze (This used to be commit cb334632fae28bff107200a7b5643289f383eaad)
* r18445: splitout the dlfcn related testsStefan Metzmacher2007-10-101-0/+18
metze (This used to be commit 8662e1481504c50a45416ae09ec19b834164e77c)