summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-02-22 00:43:38 +0100
committerKarolin Seeger <kseeger@samba.org>2009-03-27 13:06:49 +0100
commitc3072f9908d95c554268dc9bd57098fb66315e42 (patch)
tree9d019f0faf8c5768ca9077ac49b58737b6b1deae
parent576ca7b5499e5780381bea0dbcdfda120128e44c (diff)
downloadsamba-c3072f9908d95c554268dc9bd57098fb66315e42.tar.gz
samba-c3072f9908d95c554268dc9bd57098fb66315e42.tar.xz
samba-c3072f9908d95c554268dc9bd57098fb66315e42.zip
all BSDs use this evironment variable
Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit cd6ae0de52164dd6f50b3614f2511acb3eb15993) (cherry picked from commit 1ad5f50bdab761c7d3894e94f8fe3b171ec1b219) (cherry picked from commit bc53054616d442b1b28086181d81776f1c33834f)
-rw-r--r--source/lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/libreplace_ld.m4 b/source/lib/replace/libreplace_ld.m4
index 9995d69bbc0..cb54c25ce86 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*)