X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=3ab313e0b73e9dc70da011ef76811bb526f9ffbb;hb=0fbd8398e32d9abb876d5b84dce96160a3aa0d45;hp=6ce10c12b0684f1c41f501150b0db98fe622f243;hpb=e7e964564de02c1e2e73eb30fd72bf92a8526fd4;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])