From: Mark Andrews Date: Wed, 6 Jan 2021 07:05:58 +0000 (+1100) Subject: Fix 'configure --with-maxminddb=' X-Git-Tag: v9.17.9~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcca836a2015de9bcad70cd6c00f9be21a06078d;p=thirdparty%2Fbind9.git Fix 'configure --with-maxminddb=' --- diff --git a/configure.ac b/configure.ac index 4d10f2bfc16..c90014b7e7f 100644 --- a/configure.ac +++ b/configure.ac @@ -496,7 +496,7 @@ AS_IF([test "$enable_geoip" = "yes"], LIBS="$LIBS $MAXMINDDB_LIBS" AC_SEARCH_LIBS([MMDB_open], [maxminddb], [AC_DEFINE([HAVE_GEOIP2], [1], [Build with GeoIP2 support]) - MAXMINDDB_LIBS="$MAXMINDDB_LIBS $ac_cv_search_mmdb_open" + MAXMINDDB_LIBS="$MAXMINDDB_LIBS $ac_cv_search_MMDB_open" AC_MSG_NOTICE([GeoIP2 default database path set to $with_maxminddb/share/GeoIP]) AS_VAR_COPY([MAXMINDDB_PREFIX], [$with_maxminddb]) ],