summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/configure.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1998-02-14 15:43:25 +0000
committerEzra Peisach <epeisach@mit.edu>1998-02-14 15:43:25 +0000
commit10827e186e6d11730c7a5c50f8601e2021575067 (patch)
tree8b1ef4a983c383255e0b0894cdd20975edba76e7 /src/lib/krb5/configure.in
parentdd99dc2a50f7c5cc43780ee8f19cd321f9e114eb (diff)
downloadkrb5-10827e186e6d11730c7a5c50f8601e2021575067.tar.gz
krb5-10827e186e6d11730c7a5c50f8601e2021575067.tar.xz
krb5-10827e186e6d11730c7a5c50f8601e2021575067.zip
* configure.in: Remove USE_ANAME, and the defines for ANAME_DBDEP and
ANAME_DBLIB as they are no longer used. * Makefile.in: Remove unused ANAME_DBDEP and ANAME_DBLIB definitions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10461 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/configure.in')
-rw-r--r--src/lib/krb5/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/krb5/configure.in b/src/lib/krb5/configure.in
index c3111d604a..53f6da0f8d 100644
--- a/src/lib/krb5/configure.in
+++ b/src/lib/krb5/configure.in
@@ -3,12 +3,6 @@ CONFIG_RULES
AC_CONFIG_SUBDIRS(error_tables asn.1 ccache keytab krb rcache os posix)
AC_PROG_INSTALL
dnl
-USE_ANAME
-ANAME_DBDEP="$kaname_dbdep"
-ANAME_DBLIB="$kaname_libs"
-AC_SUBST(ANAME_DBDEP)
-AC_SUBST(ANAME_DBLIB)
-dnl
AC_CHECK_LIB(gen,compile,SHLIB_GEN=-lgen,SHLIB_GEN='')
AC_SUBST(SHLIB_GEN)
dnl