projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3b181
)
Prepare for ldap add-on.
author
drepper
<drepper>
Fri, 5 Sep 1997 01:17:09 +0000
(
01:17
+0000)
committer
drepper
<drepper>
Fri, 5 Sep 1997 01:17:09 +0000
(
01:17
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
b1e1bf7
..
fd7e49b
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-798,6
+798,17
@@
default) stdio=stdio ;;
esac
AC_MSG_RESULT($stdio)
+AC_MSG_CHECKING(ldap selection)
+AC_SUBST(LDAP)
+case $add_ons in
+*ldap*)
+ ldap=yes
+ LDAP=ldap ;;
+*) ldap=no
+ LDAP= ;;
+esac
+AC_MSG_RESULT($ldap)
+
AC_SUBST(libc_cv_slibdir)
AC_SUBST(libc_cv_sysconfdir)
AC_SUBST(libc_cv_rootsbindir)