The branch, master has been updated
via cd6ae0de52164dd6f50b3614f2511acb3eb15993 (commit)
from 09a7f93f6be66a8f2a124e49b4effe2b5863f01d (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit cd6ae0de52164dd6f50b3614f2511acb3eb15993
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]>
-----------------------------------------------------------------------
Summary of changes:
lib/replace/libreplace_ld.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4
index 81bde46..9529c5e 100644
--- a/lib/replace/libreplace_ld.m4
+++ b/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