r22931: Fix logic in detection of the need to replace dlopen and friends.
commit2c72980a808a9ebe5518c6e03baa66e6b97cc7db
authorMichael Adam <obnox@samba.org>
Wed, 16 May 2007 11:15:16 +0000 (16 11:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:10 +0000 (10 12:22 -0500)
treeb225c04d33f781ecd70f2e84411b852978d59336
parent0bdf4f1a5937abd0ef266700115d74396bc1629c
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