]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove extraneous '$' in AS_VAR_COPY([MAXMINDDB_PREFIX], [with_maxminddb])
authorMark Andrews <marka@isc.org>
Tue, 17 May 2022 09:39:22 +0000 (19:39 +1000)
committerMark Andrews <marka@isc.org>
Tue, 17 May 2022 19:38:46 +0000 (05:38 +1000)
(cherry picked from commit 686d691fa93d2609eff26992cc3954a6b901f7ec)

configure
configure.ac

index 5ab3de9da5f459d9885d81931e7eaa426a66f77e..1722890d5a139a9ddb6ee245872eaa8dd1ef4585 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index d68f10ca29a71ee1ea5bd22fc7252e1058bd6ecd..cf597c48799da56bbfc2c426fe4b93be3fe67902 100644 (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])