Merge branch '3356-wrong-path-for-geoip-directory-v9_16' into 'v9_16'

Remove extraneous '$' in AS_VAR_COPY([MAXMINDDB_PREFIX], [with_maxminddb])

See merge request isc-projects/bind9!6319
This commit is contained in:
Mark Andrews
2022-05-17 20:02:12 +00:00
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -15231,7 +15231,7 @@ $as_echo "#define HAVE_GEOIP2 1" >>confdefs.h
MAXMINDDB_LIBS="$MAXMINDDB_LIBS $ac_cv_search_MMDB_open"
{ $as_echo "$as_me:${as_lineno-$LINENO}: GeoIP2 default database path set to $with_maxminddb/share/GeoIP" >&5
$as_echo "$as_me: GeoIP2 default database path set to $with_maxminddb/share/GeoIP" >&6;}
eval MAXMINDDB_PREFIX=\$$with_maxminddb
eval MAXMINDDB_PREFIX=$with_maxminddb
else
as_fn_error $? "GeoIP2 requested, but libmaxminddb not found" "$LINENO" 5

View File

@@ -640,7 +640,7 @@ AS_IF([test "$enable_geoip" = "yes"],
GEOIP2LINKOBJS='${GEOIP2LINKOBJS}'
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])
AS_VAR_COPY([MAXMINDDB_PREFIX], [with_maxminddb])
],
[AC_MSG_ERROR([GeoIP2 requested, but libmaxminddb not found])])
AX_RESTORE_FLAGS([maxminddb])