summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2013-11-29 09:20:04 +0100
committerTillmann Karras <tilkax@gmail.com>2013-11-29 09:20:04 +0100
commite6a99b29a79db67c581890febc90947a06ee6122 (patch)
treeaa5544a813bdbb56c7528d48b5ac0c0bf9ef9591
parenta253e33c0c8b170bb78860533e06249ffaeea429 (diff)
configure.ac: fix message
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9feed1b..dd88805 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ PKG_CHECK_MODULES([GNUTLS], [gnutls >= 2.4])
# FIXME: add option to force or ignore this
PKG_CHECK_MODULES([GEOIP], [geoip >= 1.2.0],
[AC_DEFINE([USE_GEOIP], [1], [Use GeoIP])],
- [AC_MSG_WARN(GeoIP library not found or too old, building without it)])
+ [AC_MSG_WARN([GeoIP library not found or too old, building without it])])
# Note that GnuTLS 2.12 also supports the nettle backend, and already provides