aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-09-27 19:24:19 +0000
committerDavid Shaw <[email protected]>2002-09-27 19:24:19 +0000
commitddf90c407b0d4918f1e2c1f5c6ccc2d69b38b406 (patch)
treefea5234b650120ec54683524a14f9e05b8594f7f /configure.ac
parent* tiger.c (tiger_get_info): Use a regular OID. Note that this (diff)
downloadgnupg-ddf90c407b0d4918f1e2c1f5c6ccc2d69b38b406.tar.gz
gnupg-ddf90c407b0d4918f1e2c1f5c6ccc2d69b38b406.zip
* configure.ac: Remove --enable-tiger, as TIGER is now always enabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 3c44f7d63..26c5bdd3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,16 +135,6 @@ if test "$use_m_guard" = yes ; then
AC_DEFINE(M_GUARD,1,[Define to use the (obsolete) malloc guarding feature])
fi
-AC_MSG_CHECKING([whether to enable experimental TIGER digest support])
-AC_ARG_ENABLE(tiger,
- [ --enable-tiger enable experimental TIGER digest support],
- use_tiger=$enableval, use_tiger=no)
-AC_MSG_RESULT($use_tiger)
-if test "$use_tiger" = yes ; then
- AC_SUBST(TIGER_O,tiger.o)
- AC_DEFINE(USE_TIGER,1,[Define to include experimental TIGER digest support])
-fi
-
AC_MSG_CHECKING([whether to enable external program execution])
AC_ARG_ENABLE(exec,
[ --disable-exec disable all external program execution],