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

Comparing ircd-hybrid/branches/8.0.x/configure (file contents):
Revision 1822 by michael, Sun Apr 14 12:36:55 2013 UTC vs.
Revision 1905 by michael, Sat Apr 27 21:18:07 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1800 2013-03-31 19:19:25Z michael .
2 > # From configure.ac Id: configure.ac 1871 2013-04-26 08:53:04Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.7.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 593 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8.0.7'
597 < PACKAGE_STRING='ircd-hybrid 8.0.7'
596 > PACKAGE_VERSION='8.0.8'
597 > PACKAGE_STRING='ircd-hybrid 8.0.8'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 806 | Line 806 | with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
808   enable_libpcre
809 enable_libGeoIP
809   enable_openssl
810   enable_assert
811   enable_kqueue
# Line 1369 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8.0.7 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid 8.0.8 to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1439 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8.0.7:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.8:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1463 | Line 1462 | Optional Features:
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1464    --disable-libpcre       Disable PCRE support
1466  --disable-libgeoip      Disable GeoIP support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
# Line 1570 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 8.0.7
1571 > ircd-hybrid configure 8.0.8
1572   generated by GNU Autoconf 2.69
1573  
1574   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2096 | Line 2094 | cat >config.log <<_ACEOF
2094   This file contains any messages produced by compilers while
2095   running configure, to aid debugging if configure makes a mistake.
2096  
2097 < It was created by ircd-hybrid $as_me 8.0.7, which was
2097 > It was created by ircd-hybrid $as_me 8.0.8, which was
2098   generated by GNU Autoconf 2.69.  Invocation command line was
2099  
2100    $ $0 $@
# Line 2971 | Line 2969 | fi
2969  
2970   # Define the identity of the package.
2971   PACKAGE='ircd-hybrid'
2972 < VERSION='8.0.7'
2972 > VERSION='8.0.8'
2973  
2974  
2975   cat >>confdefs.h <<_ACEOF
# Line 13731 | Line 13729 | fi
13729   fi
13730  
13731  
13734 # Check whether --enable-libGeoIP was given.
13735 if test "${enable_libGeoIP+set}" = set; then :
13736  enableval=$enable_libGeoIP;
13737 else
13738  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
13739 if test "x$ac_cv_header_GeoIP_h" = xyes; then :
13740  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_lib_version" >&5
13741 $as_echo_n "checking for library containing GeoIP_lib_version... " >&6; }
13742 if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13743  $as_echo_n "(cached) " >&6
13744 else
13745  ac_func_search_save_LIBS=$LIBS
13746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13747 /* end confdefs.h.  */
13748
13749 /* Override any GCC internal prototype to avoid an error.
13750   Use char because int might match the return type of a GCC
13751   builtin and then its argument prototype would still apply.  */
13752 #ifdef __cplusplus
13753 extern "C"
13754 #endif
13755 char GeoIP_lib_version ();
13756 int
13757 main ()
13758 {
13759 return GeoIP_lib_version ();
13760  ;
13761  return 0;
13762 }
13763 _ACEOF
13764 for ac_lib in '' GeoIP; do
13765  if test -z "$ac_lib"; then
13766    ac_res="none required"
13767  else
13768    ac_res=-l$ac_lib
13769    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13770  fi
13771  if ac_fn_c_try_link "$LINENO"; then :
13772  ac_cv_search_GeoIP_lib_version=$ac_res
13773 fi
13774 rm -f core conftest.err conftest.$ac_objext \
13775    conftest$ac_exeext
13776  if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13777  break
13778 fi
13779 done
13780 if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13781
13782 else
13783  ac_cv_search_GeoIP_lib_version=no
13784 fi
13785 rm conftest.$ac_ext
13786 LIBS=$ac_func_search_save_LIBS
13787 fi
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_lib_version" >&5
13789 $as_echo "$ac_cv_search_GeoIP_lib_version" >&6; }
13790 ac_res=$ac_cv_search_GeoIP_lib_version
13791 if test "$ac_res" != no; then :
13792  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13793
13794 $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
13795
13796 fi
13797
13798 fi
13799
13800
13801 fi
13802
13803
13732   # Check whether --enable-openssl was given.
13733   if test "${enable_openssl+set}" = set; then :
13734    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 15080 | Line 15008 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15008   # report actual input values of CONFIG_FILES etc. instead of their
15009   # values after options handling.
15010   ac_log="
15011 < This file was extended by ircd-hybrid $as_me 8.0.7, which was
15011 > This file was extended by ircd-hybrid $as_me 8.0.8, which was
15012   generated by GNU Autoconf 2.69.  Invocation command line was
15013  
15014    CONFIG_FILES    = $CONFIG_FILES
# Line 15146 | Line 15074 | _ACEOF
15074   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15075   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15076   ac_cs_version="\\
15077 < ircd-hybrid config.status 8.0.7
15077 > ircd-hybrid config.status 8.0.8
15078   configured by $0, generated by GNU Autoconf 2.69,
15079    with options \\"\$ac_cs_config\\"
15080  

Diff Legend

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