aboutsummaryrefslogtreecommitdiff
path: root/packages/ubuntu/configure.in
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-02-19 17:59:40 +0100
committerLuca Deri <deri@ntop.org>2021-02-19 17:59:40 +0100
commit6db20b3ba932a826002c7af3d02cce5d8a0c361d (patch)
tree7ca52cd2d55078b74731c09f925212c21416737e /packages/ubuntu/configure.in
parent09559611ccf26d2817ad13425d3758a71faca4c8 (diff)
Updated dependency
Diffstat (limited to 'packages/ubuntu/configure.in')
-rw-r--r--packages/ubuntu/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ubuntu/configure.in b/packages/ubuntu/configure.in
index 7f23c90e3..5494a25e2 100644
--- a/packages/ubuntu/configure.in
+++ b/packages/ubuntu/configure.in
@@ -32,7 +32,7 @@ AC_CHECK_LIB([maxminddb], [MMDB_lookup_sockaddr])
AC_HAVE_HEADERS(maxminddb.h)
if test ".${ac_cv_lib_maxminddb_MMDB_lookup_sockaddr}" = ".yes" &&
test ".${ac_cv_header_maxminddb_h}" = ".yes"; then
- GEOIP_DEP=", libmaxminddb"
+ GEOIP_DEP=", libmaxminddb0"
fi
AC_CONFIG_FILES([Makefile debian/changelog debian/files debian/control])