Build: using PKG-CONFIG in a new fashion

Trying to avoid bulid errors if pkg-config is available.
This commit is contained in:
Felipe Zimmerle
2021-05-17 13:57:45 -03:00
parent 754daebfb0
commit a589f6b693
5 changed files with 1 additions and 18 deletions

View File

@@ -9,11 +9,6 @@ dnl GEOIP_VERSION
AC_DEFUN([PROG_GEOIP], [
# Needed if pkg-config will be used.
AC_REQUIRE([PKG_PROG_PKG_CONFIG])
# Possible names for the geoip library/package (pkg-config)
GEOIP_POSSIBLE_LIB_NAMES="geoip2 geoip GeoIP"