diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 5 insertions, 10 deletions
@@ -1,3 +1,8 @@ +2002-09-27 David Shaw <[email protected]> + + * configure.ac: Remove --enable-tiger, as TIGER is now always + enabled. + 2002-09-25 David Shaw <[email protected]> * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses 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], |