diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-08 01:37:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:20 -0500 |
commit | c4ee1af3fb835612360f9cc7a6fa1ead17b64340 (patch) | |
tree | 819419090979e113a6449fbf6b55e72dafb5d432 /source4/build/m4 | |
parent | e6a5fd44d01abdcaa082e5afc168a38848f35ccc (diff) | |
download | samba-c4ee1af3fb835612360f9cc7a6fa1ead17b64340.tar.gz samba-c4ee1af3fb835612360f9cc7a6fa1ead17b64340.tar.bz2 samba-c4ee1af3fb835612360f9cc7a6fa1ead17b64340.zip |
r19631: Re-enable shared libraries, but don't use -rpath-link unless
shared libraries are actually used.
(This used to be commit 93e4f093b946cbb1b6deca82efdf0d5f033128b8)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_ld.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index c630658378..129ee00ebc 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -187,9 +187,6 @@ AC_TRY_RUN([#include "${srcdir-.}/build/tests/trivial.c"], AC_MSG_WARN([cannot run when cross-compiling])) -# TODO: remove this line when our shared libs correctly link without unresolved symbols -BLDSHARED=false - USESHARED=false AC_SUBST(USESHARED) |