mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Make sure LN_S is set to "cp" if "ln -s" AND "ln" does work.
This commit is contained in:
parent
4afc7aab40
commit
5d5370c3ec
2 changed files with 472 additions and 464 deletions
|
|
@ -284,6 +284,10 @@ AC_PROG_AWK
|
|||
OL_PROG_LN_H
|
||||
AC_PROG_LN_S
|
||||
|
||||
if test "$LN_H" = "cp" -a "$LN_S" = "ln"; then
|
||||
LN_S="$LN_H"
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(SENDMAIL, sendmail, /usr/lib/sendmail,
|
||||
$PATH:/usr/libexec:/usr/lib:/usr/sbin:/usr/etc:/etc)
|
||||
AC_PATH_PROG(EDITOR, vi, /usr/ucb/vi, $PATH:/usr/ucb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue