|
|
@ -19152,6 +19152,41 @@ rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
LIBS=${old_LIBS}
|
|
|
|
LIBS=${old_LIBS}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# re-check without -ldl
|
|
|
|
|
|
|
|
# Non-Linux platforms like FreeBSD and NetBSD do not need a library libdl.so.
|
|
|
|
|
|
|
|
if test "${PBX_DLADDR}" = "0"; then
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dladdr in dlfcn.h without -ldl" >&5
|
|
|
|
|
|
|
|
$as_echo_n "checking for dladdr in dlfcn.h without -ldl... " >&6; }
|
|
|
|
|
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
|
|
/* end confdefs.h. */
|
|
|
|
|
|
|
|
#define _GNU_SOURCE 1
|
|
|
|
|
|
|
|
#include <dlfcn.h>
|
|
|
|
|
|
|
|
int
|
|
|
|
|
|
|
|
main ()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
dladdr((void *)0, (void *)0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
_ACEOF
|
|
|
|
|
|
|
|
if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
|
|
|
|
|
|
$as_echo "yes" >&6; }
|
|
|
|
|
|
|
|
PBX_DLADDR=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$as_echo "#define HAVE_DLADDR 1" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
|
|
|
|
|
|
$as_echo "no" >&6; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
rm -f core conftest.err conftest.$ac_objext \
|
|
|
|
|
|
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# PKGCONFIG is used in later tests
|
|
|
|
# PKGCONFIG is used in later tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|