diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-16 21:50:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:41 +0100 |
commit | 013a762ca2b27255ddb03fbd675d5083b9c4724b (patch) | |
tree | 2df2002b10fb6c79ffb489b63ef5613a24a79b69 /source4/build/m4 | |
parent | afafeca8149fedbceb0f6c411e6e0ee364739c55 (diff) | |
download | samba-013a762ca2b27255ddb03fbd675d5083b9c4724b.tar.gz samba-013a762ca2b27255ddb03fbd675d5083b9c4724b.tar.xz samba-013a762ca2b27255ddb03fbd675d5083b9c4724b.zip |
r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building with shared libs.
(This used to be commit 44529b24467ac94d47d14a53177554b39a80da1a)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_ld.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 88d3e49e0c..3b69057a69 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -105,6 +105,7 @@ AC_LIBREPLACE_SHLD AC_LIBREPLACE_SHLD_FLAGS AC_LIBREPLACE_MDLD AC_LIBREPLACE_MDLD_FLAGS +AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR ####################################################### # test whether building a shared library actually works |