Remove nonfunctional enable_libevent_(install|regress)_def variables

This commit is contained in:
Nick Mathewson 2011-02-22 16:14:16 -05:00
parent 15b2408c9b
commit 7d913f4c8e

View File

@ -42,9 +42,6 @@ if test "$GCC" = "yes" ; then
CFLAGS="$CFLAGS -fno-strict-aliasing" CFLAGS="$CFLAGS -fno-strict-aliasing"
fi fi
enable_libevent_install_def=yes
enable_libevent_regress_def=yes
AC_ARG_ENABLE(gcc-warnings, AC_ARG_ENABLE(gcc-warnings,
AS_HELP_STRING(--enable-gcc-warnings, enable verbose warnings with GCC)) AS_HELP_STRING(--enable-gcc-warnings, enable verbose warnings with GCC))
AC_ARG_ENABLE(thread-support, AC_ARG_ENABLE(thread-support,
@ -61,10 +58,10 @@ AC_ARG_ENABLE(debug-mode,
[], [enable_debug_mode=yes]) [], [enable_debug_mode=yes])
AC_ARG_ENABLE([libevent-install], AC_ARG_ENABLE([libevent-install],
AS_HELP_STRING([--disable-libevent-install, disable installation of libevent]), AS_HELP_STRING([--disable-libevent-install, disable installation of libevent]),
[], [enable_libevent_install=$enable_libevent_install_def]) [], [enable_libevent_install=yes])
AC_ARG_ENABLE([libevent-regress], AC_ARG_ENABLE([libevent-regress],
AS_HELP_STRING([--disable-libevent-regress, skip regress in make check]), AS_HELP_STRING([--disable-libevent-regress, skip regress in make check]),
[], [enable_libevent_regress=$enable_libevent_regress_def]) [], [enable_libevent_regress=yes])
AC_PROG_LIBTOOL AC_PROG_LIBTOOL