summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 5d5b69d0f..6ce19e665 100644
--- a/configure.in
+++ b/configure.in
@@ -262,11 +262,6 @@ AC_ARG_WITH(datadir, [ --with-datadir=datadir Specify the location of the se
AC_SUBST(DATDEST)
AC_SUBST(MODULE_PATH)
-AC_ARG_WITH(encryption, [ --with-encryption Use md5 database encryption], [
- AC_DEFINE_UNQUOTED(USE_ENCRYPTION,,"has encryption")
- AC_DEFINE_UNQUOTED(ENCRYPT_MD5,,"Use md5")
-])
-
AC_CONFIG_FILES( \
Makefile \
src/bin/anoperc \