]> granicus.if.org Git - php/commit
Move dlopen in -ldl check to configure.in. This should ensure that if libdl
authorSascha Schumann <sas@php.net>
Fri, 5 May 2000 11:23:12 +0000 (11:23 +0000)
committerSascha Schumann <sas@php.net>
Fri, 5 May 2000 11:23:12 +0000 (11:23 +0000)
commitf51b56cfed860d5f5db143e44269f751146cd6c6
tree9a2439a3dc15ecfc848aa3c024226e1dab7e2902
parent8570e0e3ba5c4753abc8bf86db759ad01fdc07a3
Move dlopen in -ldl check to configure.in. This should ensure that if libdl
exists, it will be always found. We define HAVE_LIBDL now always, if the
function dlopen is found.
configure.in
ext/standard/config.m4