summaryrefslogtreecommitdiffstats
path: root/src/lib/configure.in
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-01-22 04:42:57 +0000
committerRichard Basch <probe@mit.edu>1996-01-22 04:42:57 +0000
commit99deb652aed6395120f957f211dbd604e4aa8774 (patch)
treec66bc10bd69472ed21e1379a1f204922f0831902 /src/lib/configure.in
parent412fffc7d49c8452d42c42ba7f2e74aff1c5d1ae (diff)
downloadkrb5-99deb652aed6395120f957f211dbd604e4aa8774.tar.gz
krb5-99deb652aed6395120f957f211dbd604e4aa8774.tar.xz
krb5-99deb652aed6395120f957f211dbd604e4aa8774.zip
Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY
to specify the need for dbm inclusion/testing/compilation flags. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7350 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/configure.in')
-rw-r--r--src/lib/configure.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/configure.in b/src/lib/configure.in
index 0a1bae639..3a5bfd190 100644
--- a/src/lib/configure.in
+++ b/src/lib/configure.in
@@ -2,16 +2,7 @@ AC_INIT(configure.in)
CONFIG_RULES
if test $krb5_cv_build_krb4_libs = yes ; then
AC_MSG_RESULT(building Kerberos 4 libraries)
- AC_ARG_WITH([kdb4],
- [ --with-kdb4 use Kerberos version 4 database library.
- --without-kdb4 Avoid using Kerberos version 4 database library.],
- ,
- withval=no)dnl
- if test "$withval" = no; then
- kdb4=
- else
- kdb4=kdb4
- fi
+ WITH_KDB4(kdb4=kdb4,kdb4=)
krb4=krb4
else
AC_MSG_RESULT(skipping Kerberos 4 libraries)