From 013a762ca2b27255ddb03fbd675d5083b9c4724b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 16 Nov 2007 21:50:31 +0100 Subject: r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building with shared libs. (This used to be commit 44529b24467ac94d47d14a53177554b39a80da1a) --- source4/build/m4/check_ld.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/m4/check_ld.m4') 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 -- cgit