mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove extraneous '$' in AS_VAR_COPY([MAXMINDDB_PREFIX], [with_maxminddb])
(cherry picked from commit 686d691fa9)
This commit is contained in:
parent
d4d516ca89
commit
d6b07d2787
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ AS_IF([test "$enable_geoip" = "yes"],
|
|||
[AC_DEFINE([HAVE_GEOIP2], [1], [Build with GeoIP2 support])
|
||||
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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue