Browse Source

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

Nick Mathewson 18 years ago
parent
commit
c38cc0eb4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -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")