[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-230-g43887c8

Björn Jacke bjacke at samba.org
Sun Jul 5 20:42:37 GMT 2009


The branch, master has been updated
       via  43887c8d718087beb5a963a7962608b141e132fe (commit)
      from  2540710b5eeb4a4ea2e0c0c7ba8ab7382f4236af (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 43887c8d718087beb5a963a7962608b141e132fe
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Jul 5 22:42:29 2009 +0200

    libreplace: update library search path variables

-----------------------------------------------------------------------

Summary of changes:
 lib/replace/libreplace_ld.m4 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4
index 90c5be6..3982bba 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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list