summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-24 19:43:22 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-24 19:43:22 +0000
commitb552f5f5b2d35b7a1b331c4a890f7f754193a92c (patch)
tree6a300cfd5df91941738c916654ded8a41575de28 /config.h.in
parent2024c475d81bd08593b25694a5b9edaf056d856f (diff)
- Added configure test for libGeoIP for later usage
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1856 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9148be7..20af60d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -82,6 +82,9 @@
/* Define if libdlloader will be built on this platform */
#undef HAVE_LIBDLLOADER
+/* Define to 1 if libGeoIP (-lGeoIP) is available. */
+#undef HAVE_LIBGEOIP
+
/* Define to 1 if libpcre (-lpcre) is available. */
#undef HAVE_LIBPCRE