X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=3ab313e0b73e9dc70da011ef76811bb526f9ffbb;hb=72e3daf510211e87c35328c2656baece5545c488;hp=6ce10c12b0684f1c41f501150b0db98fe622f243;hpb=2db027faba4c5a23a5e47c4f90055b2f62a2c75e;p=doldaconnect.git diff --git a/configure.in b/configure.in index 6ce10c1..3ab313e 100644 --- a/configure.in +++ b/configure.in @@ -130,6 +130,10 @@ if test "$with_guile" = yes; then guile_msg=Yes fi +# Check whether to install baseconv +AC_ARG_ENABLE(baseconv, [ --enable-baseconv Install the baseconv utility]) +AM_CONDITIONAL(baseconv, test "$enable_baseconv" = yes) + # Kerberos check krb_msg=No AH_TEMPLATE(HAVE_KRB5, [define to compile support for Kerberos 5 (not GSS-API) authentication])