From: Theodore Tso Date: Tue, 4 Oct 1994 21:44:20 +0000 (+0000) Subject: Don't build the krb425 library. It is deprecated X-Git-Tag: krb5-1.0-beta4.3~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d2f112a91c0bd70d42d0945b4f9694591186536;p=krb5.git Don't build the krb425 library. It is deprecated git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4447 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/configure.in b/src/lib/configure.in index 953bc74c9..26a1b755f 100644 --- a/src/lib/configure.in +++ b/src/lib/configure.in @@ -2,7 +2,7 @@ AC_INIT(configure.in) WITH_CCOPTS CONFIG_RULES AC_SET_BUILDTOP -CONFIG_DIRS(krb5 kdb des425 krb425 crypto gssapi) +CONFIG_DIRS(krb5 kdb des425 crypto gssapi) AC_PROG_ARCHIVE AC_PROG_RANLIB MAKE_SUBDIRS("making",all)