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:
parent
2540710b5e
commit
43887c8d71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user