We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07514f9 + d2b700d commit e56f53bCopy full SHA for e56f53b
build/libmaxmind.m4
@@ -60,12 +60,10 @@ else
60
# Nothing about MaxMind was informed, using the pkg-config to figure things out.
61
if test -n "${PKG_CONFIG}"; then
62
MAXMIND_PKG_NAME=""
63
- for x in ${MAXMIND_POSSIBLE_LIB_NAMES}; do
64
- if ${PKG_CONFIG} --exists ${x}; then
65
- MAXMIND_PKG_NAME="$x"
66
- break
67
- fi
68
- done
+ if ${PKG_CONFIG} --exists libmaxminddb; then
+ MAXMIND_PKG_NAME="libmaxminddb"
+ break
+ fi
69
fi
70
AC_MSG_NOTICE([Nothing about MaxMind was informed during the configure phase. Trying to detect it on the platform...])
71
if test -n "${MAXMIND_PKG_NAME}"; then
0 commit comments