mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Adds more plausible names for libgeoip
This commit is contained in:
parent
ca33ba4200
commit
4dcefa104d
@ -19,12 +19,12 @@ GEOIP_CPPFLAGS=""
|
||||
GEOIP_LDADD=""
|
||||
GEOIP_LDFLAGS=""
|
||||
GEOIP_CONFIG=${PKG_CONFIG}
|
||||
GEOIP_PKGNAMES="geoip2 geoip GeoIP"
|
||||
GEOIP_PKGNAMES="geoip2 geoip GeoIP libGeoIP"
|
||||
GEOIP_SONAMES="so la sl dll dylib"
|
||||
|
||||
AC_ARG_WITH(
|
||||
geoip,
|
||||
[AC_HELP_STRING([--with-geoip=PATH],[Path to geoip prefix or config script])]
|
||||
[AC_HELP_STRING([--with-geoip=PATH],[Path to geoip prefix])]
|
||||
,, with_geoip=yes)
|
||||
|
||||
AS_CASE(["${with_geoip}"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user