1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

libreplace: update library search path variables

This commit is contained in:
Björn Jacke 2009-07-05 22:42:29 +02:00
parent 2540710b5e
commit 43887c8d71

View File

@ -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)