mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +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:
2
configure
vendored
2
configure
vendored
@@ -24671,9 +24671,9 @@ if test ${with_ldap-'no'} != "no"; then
|
|||||||
|
|
||||||
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
|
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
|
||||||
with_ldap=yes
|
with_ldap=yes
|
||||||
LDAP=""
|
|
||||||
fi
|
fi
|
||||||
SUDO_OBJS="${SUDO_OBJS} ldap.o"
|
SUDO_OBJS="${SUDO_OBJS} ldap.o"
|
||||||
|
LDAP=""
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for LDAP libraries" >&5
|
{ echo "$as_me:$LINENO: checking for LDAP libraries" >&5
|
||||||
echo $ECHO_N "checking for LDAP libraries... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for LDAP libraries... $ECHO_C" >&6; }
|
||||||
|
@@ -2494,9 +2494,9 @@ if test ${with_ldap-'no'} != "no"; then
|
|||||||
SUDO_APPEND_LIBPATH(LDFLAGS, [${with_ldap}/lib])
|
SUDO_APPEND_LIBPATH(LDFLAGS, [${with_ldap}/lib])
|
||||||
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
|
CPPFLAGS="${CPPFLAGS} -I${with_ldap}/include"
|
||||||
with_ldap=yes
|
with_ldap=yes
|
||||||
LDAP=""
|
|
||||||
fi
|
fi
|
||||||
SUDO_OBJS="${SUDO_OBJS} ldap.o"
|
SUDO_OBJS="${SUDO_OBJS} ldap.o"
|
||||||
|
LDAP=""
|
||||||
|
|
||||||
AC_MSG_CHECKING([for LDAP libraries])
|
AC_MSG_CHECKING([for LDAP libraries])
|
||||||
LDAP_LIBS=""
|
LDAP_LIBS=""
|
||||||
|
Reference in New Issue
Block a user