The branch, v3-2-test has been updated
via bc53054616d442b1b28086181d81776f1c33834f (commit)
from b19f58ccd088a10e487a1261cadb4f3f41987391 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
- Log -----------------------------------------------------------------
commit bc53054616d442b1b28086181d81776f1c33834f
Author: Björn Jacke <[email protected]>
Date: Sun Feb 22 00:43:38 2009 +0100
all BSDs use this evironment variable
Signed-off-by: Stefan Metzmacher <[email protected]>
(cherry picked from commit cd6ae0de52164dd6f50b3614f2511acb3eb15993)
(cherry picked from commit 1ad5f50bdab761c7d3894e94f8fe3b171ec1b219)
-----------------------------------------------------------------------
Summary of changes:
source/lib/replace/libreplace_ld.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/lib/replace/libreplace_ld.m4
b/source/lib/replace/libreplace_ld.m4
index 9995d69..cb54c25 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -292,7 +292,7 @@ AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR],
*linux*)
LIB_PATH_VAR=LD_LIBRARY_PATH
;;
- *netbsd*)
+ *bsd*)
LIB_PATH_VAR=LD_LIBRARY_PATH
;;
*solaris*)
--
Samba Shared Repository