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

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 2040 by michael, Wed May 15 15:14:43 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1751 2013-01-16 18:30:52Z michael .
2 > # From configure.ac Id: configure.ac 2030 2013-05-14 18:24:55Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
5   #
# Line 805 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
808 < enable_libpcre
808 > enable_libGeoIP
809   enable_openssl
810   enable_assert
811   enable_kqueue
# Line 1461 | Line 1461 | Optional Features:
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1464 <  --disable-libpcre       Disable PCRE support
1464 >  --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 13656 | Line 13656 | if test "$ac_res" != no; then :
13656   fi
13657  
13658  
13659 < # Check whether --enable-libpcre was given.
13660 < if test "${enable_libpcre+set}" = set; then :
13661 <  enableval=$enable_libpcre;
13662 < else
13663 <  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13664 < if test "x$ac_cv_header_pcre_h" = xyes; then :
13665 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13666 < $as_echo_n "checking for library containing pcre_study... " >&6; }
13667 < if ${ac_cv_search_pcre_study+:} false; then :
13659 > # Check whether --enable-libGeoIP was given.
13660 > if test "${enable_libGeoIP+set}" = set; then :
13661 >  enableval=$enable_libGeoIP;
13662 > else
13663 >  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
13664 > if test "x$ac_cv_header_GeoIP_h" = xyes; then :
13665 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
13666 > $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
13667 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13668    $as_echo_n "(cached) " >&6
13669   else
13670    ac_func_search_save_LIBS=$LIBS
# Line 13677 | Line 13677 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13677   #ifdef __cplusplus
13678   extern "C"
13679   #endif
13680 < char pcre_study ();
13680 > char GeoIP_id_by_ipnum_v6_gl ();
13681   int
13682   main ()
13683   {
13684 < return pcre_study ();
13684 > return GeoIP_id_by_ipnum_v6_gl ();
13685    ;
13686    return 0;
13687   }
13688   _ACEOF
13689 < for ac_lib in '' pcre; do
13689 > for ac_lib in '' GeoIP; do
13690    if test -z "$ac_lib"; then
13691      ac_res="none required"
13692    else
# Line 13694 | Line 13694 | for ac_lib in '' pcre; do
13694      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13695    fi
13696    if ac_fn_c_try_link "$LINENO"; then :
13697 <  ac_cv_search_pcre_study=$ac_res
13697 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
13698   fi
13699   rm -f core conftest.err conftest.$ac_objext \
13700      conftest$ac_exeext
13701 <  if ${ac_cv_search_pcre_study+:} false; then :
13701 >  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13702    break
13703   fi
13704   done
13705 < if ${ac_cv_search_pcre_study+:} false; then :
13705 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13706  
13707   else
13708 <  ac_cv_search_pcre_study=no
13708 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
13709   fi
13710   rm conftest.$ac_ext
13711   LIBS=$ac_func_search_save_LIBS
13712   fi
13713 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13714 < $as_echo "$ac_cv_search_pcre_study" >&6; }
13715 < ac_res=$ac_cv_search_pcre_study
13713 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
13714 > $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
13715 > ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
13716   if test "$ac_res" != no; then :
13717    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13718  
13719 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13719 > $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
13720  
13721   fi
13722  
# Line 13938 | Line 13938 | $as_echo "#define NDEBUG 1" >>confdefs.h
13938   fi
13939  
13940  
13941 + $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
13942  
13942 $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13943  
13944 + $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
13945  
13945 $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13946  
13947 + $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
13948  
13948 $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13949  
13950 + $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
13951  
13951 $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13952  
13953 + $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
13954  
13954 $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13955  
13956 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h
13957  
13957 $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13958  
13959 <
13960 < $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13959 > $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
13960  
13961  
13962   $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13963  
13964  
13965 < $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13965 > $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
13966 >
13967 >
13968 > $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
13969 >
13970 >
13971 > $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
13972 >
13973 >
13974 > $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
13975  
13976  
13977 < $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13977 > $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
13978  
13979  
13980 < $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13980 > $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
13981  
13982  
13983   # Argument processing.
# Line 14443 | Line 14451 | _ACEOF
14451    test "$exec_prefix_NONE" && exec_prefix=NONE
14452  
14453  
14454 < ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14454 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile"
14455  
14456  
14457   cat >confcache <<\_ACEOF
# Line 15492 | Line 15500 | do
15500      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
15501      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15502      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
15495    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15496    "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
15503      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
15504  
15505    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;

Diff Legend

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