From 9b93e7e5b2fb898fff1815345ac0a63087a74758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 15 Nov 2017 19:58:39 +0000 Subject: Explain where GeoIP_free comes from MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0a354cde4587a041bdb1fa4147bd88eed24ceb76 Reviewed-on: https://code.wireshark.org/review/24356 Reviewed-by: João Valverde --- cmakeconfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index ec715cef29..aee8a4a494 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -68,7 +68,7 @@ /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */ #cmakedefine HAVE_GEOIP_V6 1 -/* Define if GeoIP has GeoIP_free (not available upstream with 1.6.10 or earlier) */ +/* Define if GeoIP has GeoIP_free */ #cmakedefine HAVE_GEOIP_FREE 1 /* Define to 1 if you have the header file. */ -- cgit v1.2.3