ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure.ac
(Generate patch)

Comparing ircd-hybrid/trunk/configure.ac (file contents):
Revision 1855 by michael, Sun Apr 21 09:27:27 2013 UTC vs.
Revision 1856 by michael, Wed Apr 24 19:43:22 2013 UTC

# Line 54 | Line 54 | AC_ARG_ENABLE(libpcre,
54        [AC_SEARCH_LIBS(pcre_study, pcre,
55          [AC_DEFINE(HAVE_LIBPCRE, 1, [Define to 1 if libpcre (-lpcre) is available.])])])], [])
56  
57 + AC_ARG_ENABLE(libGeoIP,
58 +  [AS_HELP_STRING([--disable-libgeoip],[Disable GeoIP support])], [],
59 +    [AC_CHECK_HEADER(GeoIP.h,
60 +      [AC_SEARCH_LIBS(GeoIP_id_by_ipnum_v6_gl, GeoIP,
61 +        [AC_DEFINE(HAVE_LIBGEOIP, 1, [Define to 1 if libGeoIP (-lGeoIP) is available.])])])], [])
62 +
63   dnl Openssl checks
64   AC_ARG_ENABLE(openssl,
65   [  --enable-openssl[=DIR]       Enable OpenSSL support (DIR optional).

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)