The branch, v3-3-test has been updated
via 1ad5f50bdab761c7d3894e94f8fe3b171ec1b219 (commit)
from fdb5c65fc51784b6a159748ec4df3953b7d2c1cb (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit 1ad5f50bdab761c7d3894e94f8fe3b171ec1b219
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)
-----------------------------------------------------------------------
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 81bde46..9529c5e 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