aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1997-10-13 14:15:06 +0000
committerEzra Peisach <epeisach@mit.edu>1997-10-13 14:15:06 +0000
commit97121f87414ec1db04064f69e2d3553373291b28 (patch)
tree507e8994657df4f7bea62952562e560ae024d783 /src/configure.in
parent36397d3050c5c74aaf92bed8d69214bfb7f198e5 (diff)
downloadkrb5-97121f87414ec1db04064f69e2d3553373291b28.zip
krb5-97121f87414ec1db04064f69e2d3553373291b28.tar.gz
krb5-97121f87414ec1db04064f69e2d3553373291b28.tar.bz2
* configure.in: Add KRB5_LIB_AUX so configure --help gives info on
shared libraries. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10222 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 546b73e..68fafd2 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -241,9 +241,13 @@ krb5_cv_shlibs_tail_comp=
krb5_cv_staticlibs_enabled=yes
krb5_cv_shlibs_enabled=])
])
+dnl The following lines are so that configure --help gives some global
+dnl configuration options.
+KRB5_LIB_AUX
AC_KRB5_TCL
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],,)
+dnl
if test -z "$KRB4_LIB"; then
kadminv4=""
krb524=""