From: Marko Kreen Date: Thu, 3 Dec 2015 18:51:15 +0000 (+0200) Subject: configure: make plain --with-cares work X-Git-Tag: pgbouncer_1_7~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1edcccf97955c4538064cbbf974c02245149e9a;p=pgbouncer configure: make plain --with-cares work --- diff --git a/configure.ac b/configure.ac index 912540e..aa40dba 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,8 @@ AC_ARG_WITH(cares, use_cares=no elif test "$withval" = "yes"; then use_cares=yes + CARES_CFLAGS="" + CARES_LIBS="-lcares" else use_cares=yes CARES_CFLAGS="-I$withval/include"