From: Marko Kreen Date: Tue, 22 Mar 2011 06:45:08 +0000 (+0200) Subject: configure: Make --disable-evdns work. X-Git-Tag: pgbouncer_1_4_1_rc3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf3c4803e8f02cd82435d4f46c88171f4d461921;p=pgbouncer configure: Make --disable-evdns work. --- diff --git a/configure.ac b/configure.ac index 39fc123..af83764 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_USUAL_LIBEVENT use_evdns=no AC_ARG_ENABLE(evdns, AC_HELP_STRING([--enable-evdns],[Use libevent for DNS lookups]), - [use_evdns=yes]) + [use_evdns=$enableval]) AC_MSG_CHECKING([whether to use libevent for DNS lookups]) if test "$use_evdns" = "yes"; then AC_DEFINE(USE_EVDNS, 1, [Use libevent for DNS lookups.])