1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Add -rdynamic to LDFLAGS if libdl found.

(This used to be commit 4c14a343d10bbddd69a1dc5abc9d4f64cf75dacc)
This commit is contained in:
Tim Potter 2000-02-03 05:07:06 +00:00
parent f3772fe91d
commit 71604bb213
2 changed files with 736 additions and 653 deletions

1387
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -228,7 +228,7 @@ AC_CHECK_TYPE(wchar_t, unsigned short)
AC_CHECK_LIB(cups,httpConnect)
# we need libdl for PAM and the new VFS code
AC_CHECK_LIB(dl,main)
AC_CHECK_LIB(dl,main, [LDFLAGS="$LDFLAGS -rdynamic"; LIBS="$LIBS -ldl"])
AC_CACHE_CHECK([for sig_atomic_t type],samba_cv_sig_atomic_t, [
AC_TRY_COMPILE([