2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Fix installation of sudoers.ldap in "make install" when --with-ldap

was specified without a directory.  From Prof. Dr. Andreas Mueller

--HG--
branch : 1.7
This commit is contained in:
Todd C. Miller
2010-03-22 09:50:06 -04:00
parent 09900584f2
commit c2905815e6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -24671,9 +24671,9 @@ if test ${with_ldap-'no'} != "no"; then
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
with_ldap=yes
LDAP=""
fi
SUDO_OBJS="${SUDO_OBJS} ldap.o"
LDAP=""
{ echo "$as_me:$LINENO: checking for LDAP libraries" >&5
echo $ECHO_N "checking for LDAP libraries... $ECHO_C" >&6; }

View File

@@ -2494,9 +2494,9 @@ if test ${with_ldap-'no'} != "no"; then
SUDO_APPEND_LIBPATH(LDFLAGS, [${with_ldap}/lib])
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
with_ldap=yes
LDAP=""
fi
SUDO_OBJS="${SUDO_OBJS} ldap.o"
LDAP=""
AC_MSG_CHECKING([for LDAP libraries])
LDAP_LIBS=""