diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-23 09:06:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-23 09:06:34 +0000 |
commit | 520e73a231f021416db0fa4a9116838f8c8f9054 (patch) | |
tree | f01cdf3b7a8de77b9c7d551a4e3fc29f928aef7d /config.make.in | |
parent | a53bad166c677459239011bcb3275b87c8c38584 (diff) | |
download | glibc-520e73a231f021416db0fa4a9116838f8c8f9054.tar.gz glibc-520e73a231f021416db0fa4a9116838f8c8f9054.tar.xz glibc-520e73a231f021416db0fa4a9116838f8c8f9054.zip |
Update.
1998-06-23 Ulrich Drepper <drepper@cygnus.com> * config.make.in: Remove LDAP support. * nss/Makefile: Likewise.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index f87169fb38..f957357ec7 100644 --- a/config.make.in +++ b/config.make.in @@ -59,8 +59,6 @@ add-ons = @subdirs@ cross-compiling = @cross_compiling@ force-install = @force_install@ -LDAP = @LDAP@ - # Build tools. CC = @CC@ BUILD_CC = @BUILD_CC@ |