summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-08-19 20:18:19 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-08-19 20:18:19 +0000
commit347f7af256fbfb6042520ccf5ec40a6f9ed7c3ea (patch)
treef11fb2b4dc5b280ce7543366f516c06e823630f5
parent99a4e3962f7caefa39e6ae0ca3ecfc3c07e15183 (diff)
fix for --with-nss-ldap-soname option by Julien Cristau
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1185 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 28ff445..c45ff16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,7 +202,7 @@ AC_SUBST(NSLCD_SOCKET)
AC_ARG_WITH(nss-ldap-soname,
AS_HELP_STRING([--with-nss-ldap-soname=SONAME],
[name of NSS module @<:@libnss_ldap.so.2@:>@]),
- [ NSS_LDAP_SONAME="$with_nslcd_socket" ],
+ [ NSS_LDAP_SONAME="$with_nss_ldap_soname" ],
[ NSS_LDAP_SONAME="libnss_ldap.so.2" ])
AC_DEFINE_UNQUOTED(NSS_LDAP_SONAME,"$NSS_LDAP_SONAME",[The SONAME of the NSS library module.])
AC_SUBST(NSS_LDAP_SONAME)
@@ -310,7 +310,7 @@ then
#include <rpc/rpcent.h>
#endif])
- # check for a definition of struct rpcent
+ # check for a definition of enum nss_status
AC_CHECK_TYPES(enum nss_status,,,[
#ifdef HAVE_NSS_H
#include <nss.h>