1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Add missing libmaxminddb remark in configure output

This commit is contained in:
k4be
2021-08-29 11:20:33 +02:00
parent 6a781e782f
commit 84527768ce
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -395,7 +395,9 @@ AC_DEFUN([CHECK_LIBMAXMINDDB],
has_system_libmaxminddb="no"
PKG_CHECK_MODULES([LIBMAXMINDDB], [libmaxminddb >= 1.6.0],
[has_system_libmaxminddb=yes],
[has_system_libmaxminddb=no])
[has_system_libmaxminddb=no
AC_MSG_RESULT(not building libmaxminddb GeoIP support)
])
AS_IF([test "x$has_system_libmaxminddb" = "xyes"],
[