add --disable-afs-string-to-key to allow removal of support for afs

string2key (and dependency on crypt)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15526 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-29 22:15:32 +00:00
parent b7de0b950c
commit a3d8d33068

View File

@@ -210,6 +210,16 @@ if test "$enable_mmap" = "no"; then
AC_DEFINE(NO_MMAP, 1, [Define if you don't want to use mmap.])
fi
AC_ARG_ENABLE(afs-string-to-key,
AS_HELP_STRING([--disable-afs-string-to-key],
[disable use of weak AFS string-to-key functions]),
[], [enable_afs_string_to_key=yes])
if test "$enable_afs_string_to_key" = "yes"; then
AC_DEFINE(ENABLE_AFS_STRING_TO_KEY, 1, [Define if want to use the weak AFS string to key functions.])
fi
rk_CHECK_MAN
rk_TEST_PACKAGE(readline,