diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-23 17:31:49 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-23 17:31:49 +0000 |
commit | 41e19215aeccd1a43b73f42b671e5663556fbe83 (patch) | |
tree | 1bf61f850e36267526bbed5143dd5ec090d75492 /configure | |
parent | edace37d18d45e998f237a78bd77b50c239aeabe (diff) |
- Fixed broken --disable-libgeoip switch
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2333 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 2272 2013-06-18 15:12:12Z michael . +# From configure.ac Id: configure.ac 2326 2013-06-23 12:33:47Z michael . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.3. # @@ -805,7 +805,7 @@ with_included_ltdl with_ltdl_include with_ltdl_lib enable_ltdl_install -enable_libGeoIP +enable_libgeoip enable_openssl enable_assert enable_kqueue @@ -13661,9 +13661,9 @@ if test "$ac_res" != no; then : fi -# Check whether --enable-libGeoIP was given. -if test "${enable_libGeoIP+set}" = set; then : - enableval=$enable_libGeoIP; +# Check whether --enable-libgeoip was given. +if test "${enable_libgeoip+set}" = set; then : + enableval=$enable_libgeoip; else ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default" if test "x$ac_cv_header_GeoIP_h" = xyes; then : |