r22931: Fix logic in detection of the need to replace dlopen and friends.
authorMichael Adam <obnox@samba.org>
Wed, 16 May 2007 11:15:16 +0000 (11:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:30 +0000 (14:52 -0500)
commit7afa8d2a4707e999a380e747ccaae1de53a00251
treeb2ae8702789c9a4b4bdd9156075299fa3f638dba
parenta258455e757dcc67637502bedf7066580cbf4034
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
source/lib/replace/dlfcn.m4