From: Björn Jacke Date: Sun, 5 Jul 2009 20:42:29 +0000 (+0200) Subject: libreplace: update library search path variables X-Git-Tag: talloc-2.0.0~760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43887c8d718087beb5a963a7962608b141e132fe;p=thirdparty%2Fsamba.git libreplace: update library search path variables --- diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4 index 90c5be6b4e6..3982bbacc8c 100644 --- a/lib/replace/libreplace_ld.m4 +++ b/lib/replace/libreplace_ld.m4 @@ -320,7 +320,7 @@ AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR], LIB_PATH_VAR=LD_LIBRARY_PATH ;; *aix*) - LIB_PATH_VAR=LIB_PATH + LIB_PATH_VAR=LIBPATH ;; *irix*) LIB_PATH_VAR=LD_LIBRARY_PATH @@ -328,6 +328,9 @@ AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR], *darwin*) LIB_PATH_VAR=DYLD_LIBRARY_PATH ;; + *) + LIB_PATH_VAR=LD_LIBRARY_PATH + ;; esac AC_SUBST(LIB_PATH_VAR)