2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Add --with-blibpath for AIX. An alternate libpath may be specified or

-blibpath support can be disabled.  Also change conifgure such that
-blibpath is not specified if no -L libpaths were added to SUDO_LDFLAGS.
This commit is contained in:
Todd C. Miller 2003-03-21 19:01:05 +00:00
parent 936e8b501e
commit 02b4fa7690

3
aclocal.m4 vendored
View File

@ -337,6 +337,9 @@ AC_DEFUN(SUDO_APPEND_LIBPATH, [
else
$1="${$1} -L$2"
fi
if test X"$blibpath" != X"" -a "$1" = "SUDO_LDFLAGS"; then
blibpath_add="${blibpath_add}:$2"
fi
])
dnl