1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-02 12:01:32 +01:00

* configure.ac: Remove --enable-tiger, as TIGER is now always enabled.

This commit is contained in:
David Shaw 2002-09-27 19:24:19 +00:00
parent 2536273e67
commit ddf90c407b
2 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2002-09-27 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Remove --enable-tiger, as TIGER is now always
enabled.
2002-09-25 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses

View File

@ -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],