r8606@Kushana: nickm | 2006-08-27 14:04:19 -0400

Now that 0.1.2.1-alpha is out, make eventdns on-by-default again. (Hoop-lah.)


svn:r8253
This commit is contained in:
Nick Mathewson 2006-08-28 03:15:47 +00:00
parent d62f9a03fb
commit c38cc0eb4a

View File

@ -50,7 +50,7 @@ AC_ARG_ENABLE(eventdns,
yes) eventdns=true ;;
no) eventdns=false ;;
*) AC_MSG_ERROR(bad value for --enable-eventdns) ;;
esac], [eventdns=false])
esac], [eventdns=true])
AM_CONDITIONAL(EVENTDNS, test x$eventdns = xtrue)
if test x$eventdns = xtrue; then
AC_DEFINE([USE_EVENTDNS], 1, "Define to 1 if we'll be using eventdns.c")