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-8/configure (file contents), Revision 1454 by michael, Fri Jun 29 13:58:54 2012 UTC vs.
ircd-hybrid/branches/8.0.x/configure (file contents), Revision 2062 by michael, Thu May 16 09:54:44 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1452 2012-06-29 11:33:21Z michael .
2 > # From configure.ac Id: configure.ac 1907 2013-04-27 21:24:53Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta2.
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='8beta2'
597 < PACKAGE_STRING='ircd-hybrid 8beta2'
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 723 | Line 723 | CC
723   MAINT
724   MAINTAINER_MODE_FALSE
725   MAINTAINER_MODE_TRUE
726 + AM_BACKSLASH
727 + AM_DEFAULT_VERBOSITY
728 + AM_DEFAULT_V
729 + AM_V
730   am__untar
731   am__tar
732   AMTAR
733   am__leading_dot
734   SET_MAKE
735   AWK
736 + mkdir_p
737   MKDIR_P
738   INSTALL_STRIP_PROGRAM
739   STRIP
# Line 786 | Line 791 | SHELL'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
794 + enable_silent_rules
795   enable_maintainer_mode
796   enable_dependency_tracking
797   enable_static
# Line 802 | Line 808 | enable_ltdl_install
808   enable_libpcre
809   enable_openssl
810   enable_assert
805 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
809 enable_rtsigio
814   enable_poll
815   enable_select
812 with_nicklen
813 with_topiclen
816   enable_halfops
817   enable_debugging
818   enable_warnings
# Line 1366 | 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 8beta2 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 1436 | 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 8beta2:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.8:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1444 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 +  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 +  --disable-silent-rules  verbose build output (undo: "make V=0")
1451    --enable-maintainer-mode
1452                            enable make rules and dependencies not useful (and
1453                            sometimes confusing) to the casual installer
# Line 1461 | Line 1465 | Optional Features:
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
1464  --enable-small-net      Enable small network support.
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1468  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1473    --enable-halfops        Enable halfops support.
# Line 1483 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1486  --with-nicklen=<value>  Set nickname length (default 9).
1487  --with-topiclen=<value> Set topic length (default 160).
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1568 | 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 8beta2
1571 > ircd-hybrid configure 8.0.8
1572   generated by GNU Autoconf 2.69
1573  
1574   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2094 | 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 8beta2, 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 2454 | Line 2454 | ac_link='$CC -o conftest$ac_exeext $CFLA
2454   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455  
2456  
2457 < am__api_version='1.12'
2457 > am__api_version='1.13'
2458  
2459   ac_aux_dir=
2460   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2667 | Line 2667 | if test x"${MISSING+set}" != xset; then
2667    esac
2668   fi
2669   # Use eval to expand $SHELL
2670 < if eval "$MISSING --run true"; then
2671 <  am_missing_run="$MISSING --run "
2670 > if eval "$MISSING --is-lightweight"; then
2671 >  am_missing_run="$MISSING "
2672   else
2673    am_missing_run=
2674    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
# Line 2908 | Line 2908 | else
2908   fi
2909   rmdir .tst 2>/dev/null
2910  
2911 + # Check whether --enable-silent-rules was given.
2912 + if test "${enable_silent_rules+set}" = set; then :
2913 +  enableval=$enable_silent_rules;
2914 + fi
2915 +
2916 + case $enable_silent_rules in # (((
2917 +  yes) AM_DEFAULT_VERBOSITY=0;;
2918 +   no) AM_DEFAULT_VERBOSITY=1;;
2919 +    *) AM_DEFAULT_VERBOSITY=1;;
2920 + esac
2921 + am_make=${MAKE-make}
2922 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2923 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2924 + if ${am_cv_make_support_nested_variables+:} false; then :
2925 +  $as_echo_n "(cached) " >&6
2926 + else
2927 +  if $as_echo 'TRUE=$(BAR$(V))
2928 + BAR0=false
2929 + BAR1=true
2930 + V=1
2931 + am__doit:
2932 +        @$(TRUE)
2933 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2934 +  am_cv_make_support_nested_variables=yes
2935 + else
2936 +  am_cv_make_support_nested_variables=no
2937 + fi
2938 + fi
2939 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2940 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2941 + if test $am_cv_make_support_nested_variables = yes; then
2942 +    AM_V='$(V)'
2943 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2944 + else
2945 +  AM_V=$AM_DEFAULT_VERBOSITY
2946 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2947 + fi
2948 + AM_BACKSLASH='\'
2949 +
2950   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2951    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2952    # is not polluted with repeated "-I."
# Line 2930 | Line 2969 | fi
2969  
2970   # Define the identity of the package.
2971   PACKAGE='ircd-hybrid'
2972 < VERSION='8beta2'
2972 > VERSION='8.0.8'
2973  
2974  
2975   cat >>confdefs.h <<_ACEOF
# Line 2958 | Line 2997 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2997  
2998   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2999  
3000 + # For better backward compatibility.  To be removed once Automake 1.9.x
3001 + # dies out for good.  For more background, see:
3002 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3003 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3004 + mkdir_p='$(MKDIR_P)'
3005 +
3006   # We need awk for the "check" target.  The system "awk" is bad on
3007   # some platforms.
3008   # Always define AMTAR for backward compatibility.  Yes, it's still used
3009   # in the wild :-(  We should find a proper way to deprecate it ...
3010   AMTAR='$${TAR-tar}'
3011  
3012 +
3013 + # We'll loop over all known methods to create a tar archive until one works.
3014 + _am_tools='gnutar  pax cpio none'
3015 +
3016   am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3017  
3018  
# Line 2971 | Line 3020 | am__tar='$${TAR-tar} chof - "$$tardir"'
3020  
3021  
3022  
3023 +
3024   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3025   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3026      # Check whether --enable-maintainer-mode was given.
# Line 13023 | Line 13073 | LIBTOOL="$LIBTOOL --silent"
13073  
13074   # Checks for libraries.
13075  
13076 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13077 < $as_echo_n "checking for library containing socket... " >&6; }
13078 < if ${ac_cv_search_socket+:} false; then :
13076 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13077 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13078 >
13079 > else
13080 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13081 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13082 > if ${ac_cv_search_getaddrinfo+:} false; then :
13083    $as_echo_n "(cached) " >&6
13084   else
13085    ac_func_search_save_LIBS=$LIBS
# Line 13038 | Line 13092 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13092   #ifdef __cplusplus
13093   extern "C"
13094   #endif
13095 < char socket ();
13095 > char getaddrinfo ();
13096   int
13097   main ()
13098   {
13099 < return socket ();
13099 > return getaddrinfo ();
13100    ;
13101    return 0;
13102   }
13103   _ACEOF
13104 < for ac_lib in '' socket; do
13104 > for ac_lib in '' nsl; do
13105    if test -z "$ac_lib"; then
13106      ac_res="none required"
13107    else
# Line 13055 | Line 13109 | for ac_lib in '' socket; do
13109      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13110    fi
13111    if ac_fn_c_try_link "$LINENO"; then :
13112 <  ac_cv_search_socket=$ac_res
13112 >  ac_cv_search_getaddrinfo=$ac_res
13113   fi
13114   rm -f core conftest.err conftest.$ac_objext \
13115      conftest$ac_exeext
13116 <  if ${ac_cv_search_socket+:} false; then :
13116 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13117    break
13118   fi
13119   done
13120 < if ${ac_cv_search_socket+:} false; then :
13120 > if ${ac_cv_search_getaddrinfo+:} false; then :
13121  
13122   else
13123 <  ac_cv_search_socket=no
13123 >  ac_cv_search_getaddrinfo=no
13124   fi
13125   rm conftest.$ac_ext
13126   LIBS=$ac_func_search_save_LIBS
13127   fi
13128 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13129 < $as_echo "$ac_cv_search_socket" >&6; }
13130 < ac_res=$ac_cv_search_socket
13128 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13129 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13130 > ac_res=$ac_cv_search_getaddrinfo
13131   if test "$ac_res" != no; then :
13132    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13133  
13080 else
13081  as_fn_error $? "socket library not found" "$LINENO" 5
13134   fi
13135  
13136 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13137 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13138 < if ${ac_cv_search_inet_ntoa+:} false; then :
13136 > fi
13137 >
13138 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13139 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13140 >
13141 > else
13142 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13143 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13144 > if ${ac_cv_search_getnameinfo+:} false; then :
13145    $as_echo_n "(cached) " >&6
13146   else
13147    ac_func_search_save_LIBS=$LIBS
# Line 13096 | Line 13154 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13154   #ifdef __cplusplus
13155   extern "C"
13156   #endif
13157 < char inet_ntoa ();
13157 > char getnameinfo ();
13158   int
13159   main ()
13160   {
13161 < return inet_ntoa ();
13161 > return getnameinfo ();
13162    ;
13163    return 0;
13164   }
# Line 13113 | Line 13171 | for ac_lib in '' nsl; do
13171      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13172    fi
13173    if ac_fn_c_try_link "$LINENO"; then :
13174 <  ac_cv_search_inet_ntoa=$ac_res
13174 >  ac_cv_search_getnameinfo=$ac_res
13175   fi
13176   rm -f core conftest.err conftest.$ac_objext \
13177      conftest$ac_exeext
13178 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13178 >  if ${ac_cv_search_getnameinfo+:} false; then :
13179    break
13180   fi
13181   done
13182 < if ${ac_cv_search_inet_ntoa+:} false; then :
13182 > if ${ac_cv_search_getnameinfo+:} false; then :
13183  
13184   else
13185 <  ac_cv_search_inet_ntoa=no
13185 >  ac_cv_search_getnameinfo=no
13186   fi
13187   rm conftest.$ac_ext
13188   LIBS=$ac_func_search_save_LIBS
13189   fi
13190 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13191 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13192 < ac_res=$ac_cv_search_inet_ntoa
13190 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13191 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13192 > ac_res=$ac_cv_search_getnameinfo
13193   if test "$ac_res" != no; then :
13194    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13195  
13196   fi
13197  
13198 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13199 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13200 < if ${ac_cv_search_inet_aton+:} false; then :
13198 > fi
13199 >
13200 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13201 > $as_echo_n "checking for library containing socket... " >&6; }
13202 > if ${ac_cv_search_socket+:} false; then :
13203    $as_echo_n "(cached) " >&6
13204   else
13205    ac_func_search_save_LIBS=$LIBS
# Line 13152 | Line 13212 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13212   #ifdef __cplusplus
13213   extern "C"
13214   #endif
13215 < char inet_aton ();
13215 > char socket ();
13216   int
13217   main ()
13218   {
13219 < return inet_aton ();
13219 > return socket ();
13220    ;
13221    return 0;
13222   }
13223   _ACEOF
13224 < for ac_lib in '' resolv; do
13224 > for ac_lib in '' socket; do
13225    if test -z "$ac_lib"; then
13226      ac_res="none required"
13227    else
# Line 13169 | Line 13229 | for ac_lib in '' resolv; do
13229      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13230    fi
13231    if ac_fn_c_try_link "$LINENO"; then :
13232 <  ac_cv_search_inet_aton=$ac_res
13232 >  ac_cv_search_socket=$ac_res
13233   fi
13234   rm -f core conftest.err conftest.$ac_objext \
13235      conftest$ac_exeext
13236 <  if ${ac_cv_search_inet_aton+:} false; then :
13236 >  if ${ac_cv_search_socket+:} false; then :
13237    break
13238   fi
13239   done
13240 < if ${ac_cv_search_inet_aton+:} false; then :
13240 > if ${ac_cv_search_socket+:} false; then :
13241  
13242   else
13243 <  ac_cv_search_inet_aton=no
13243 >  ac_cv_search_socket=no
13244   fi
13245   rm conftest.$ac_ext
13246   LIBS=$ac_func_search_save_LIBS
13247   fi
13248 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13249 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13250 < ac_res=$ac_cv_search_inet_aton
13248 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13249 > $as_echo "$ac_cv_search_socket" >&6; }
13250 > ac_res=$ac_cv_search_socket
13251   if test "$ac_res" != no; then :
13252    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13253  
13254 + else
13255 +  as_fn_error $? "socket library not found" "$LINENO" 5
13256   fi
13257  
13196  for ac_func in inet_aton inet_ntop inet_pton
13197 do :
13198  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13199 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13200 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13201  cat >>confdefs.h <<_ACEOF
13202 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13203 _ACEOF
13204
13205 fi
13206 done
13207
13258    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13259     #include <sys/socket.h>
13260     #include <netdb.h>
# Line 13771 | Line 13821 | fi
13821    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13822   $as_echo "found" >&6; }
13823  
13824 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13825 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13826 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13824 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13825 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13826 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13827    $as_echo_n "(cached) " >&6
13828   else
13829    ac_check_lib_save_LIBS=$LIBS
13830 < LIBS="-lssl  $LIBS"
13830 > LIBS="-lcrypto  $LIBS"
13831   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13832   /* end confdefs.h.  */
13833  
# Line 13787 | Line 13837 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13837   #ifdef __cplusplus
13838   extern "C"
13839   #endif
13840 < char SSL_connect ();
13840 > char RSA_free ();
13841   int
13842   main ()
13843   {
13844 < return SSL_connect ();
13844 > return RSA_free ();
13845    ;
13846    return 0;
13847   }
13848   _ACEOF
13849   if ac_fn_c_try_link "$LINENO"; then :
13850 <  ac_cv_lib_ssl_SSL_connect=yes
13850 >  ac_cv_lib_crypto_RSA_free=yes
13851   else
13852 <  ac_cv_lib_ssl_SSL_connect=no
13852 >  ac_cv_lib_crypto_RSA_free=no
13853   fi
13854   rm -f core conftest.err conftest.$ac_objext \
13855      conftest$ac_exeext conftest.$ac_ext
13856   LIBS=$ac_check_lib_save_LIBS
13857   fi
13858 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13859 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13860 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13858 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13859 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13860 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13861    cat >>confdefs.h <<_ACEOF
13862 < #define HAVE_LIBSSL 1
13862 > #define HAVE_LIBCRYPTO 1
13863   _ACEOF
13864  
13865 <  LIBS="-lssl $LIBS"
13865 >  LIBS="-lcrypto $LIBS"
13866  
13867   fi
13868  
13869 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13870 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13871 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13872 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13869 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13870 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13871 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13872 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13873    $as_echo_n "(cached) " >&6
13874   else
13875    ac_check_lib_save_LIBS=$LIBS
13876 < LIBS="-lcrypto  $LIBS"
13876 > LIBS="-lssl  $LIBS"
13877   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13878   /* end confdefs.h.  */
13879  
# Line 13833 | Line 13883 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13883   #ifdef __cplusplus
13884   extern "C"
13885   #endif
13886 < char RSA_free ();
13886 > char SSL_connect ();
13887   int
13888   main ()
13889   {
13890 < return RSA_free ();
13890 > return SSL_connect ();
13891    ;
13892    return 0;
13893   }
13894   _ACEOF
13895   if ac_fn_c_try_link "$LINENO"; then :
13896 <  ac_cv_lib_crypto_RSA_free=yes
13896 >  ac_cv_lib_ssl_SSL_connect=yes
13897   else
13898 <  ac_cv_lib_crypto_RSA_free=no
13898 >  ac_cv_lib_ssl_SSL_connect=no
13899   fi
13900   rm -f core conftest.err conftest.$ac_objext \
13901      conftest$ac_exeext conftest.$ac_ext
13902   LIBS=$ac_check_lib_save_LIBS
13903   fi
13904 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13905 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13906 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13904 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13905 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13906 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13907    cat >>confdefs.h <<_ACEOF
13908 < #define HAVE_LIBCRYPTO 1
13908 > #define HAVE_LIBSSL 1
13909   _ACEOF
13910  
13911 <  LIBS="-lcrypto $LIBS"
13911 >  LIBS="-lssl $LIBS"
13912  
13913   fi
13914  
# Line 13871 | Line 13921 | $as_echo "no - OpenSSL support disabled"
13921   fi
13922   fi
13923  
13924 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13924 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13925    ENABLE_SSL_TRUE=
13926    ENABLE_SSL_FALSE='#'
13927   else
# Line 13896 | Line 13946 | $as_echo "#define NDEBUG 1" >>confdefs.h
13946   fi
13947  
13948  
13899 # Check whether --enable-small-net was given.
13900 if test "${enable_small_net+set}" = set; then :
13901  enableval=$enable_small_net; small_net=$enableval
13902 else
13903  small_net=no
13904 fi
13905
13906
13907 if test "$small_net" = "yes"; then :
13908
13909
13910 $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13911
13912
13913 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13914
13915
13916 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13917
13918
13919 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13920
13921
13922 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13949  
13950 <
13925 < $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13926 <
13927 <
13928 < $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13929 <
13930 <
13931 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13932 <
13933 <
13934 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13935 <
13936 <
13937 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13938 <
13939 < else
13940 <
13941 <
13942 <
13943 < $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13950 > $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
13951  
13952  
13953   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 13958 | Line 13965 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
13965   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13966  
13967  
13961 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13962
13963
13968   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13969  
13970  
13971 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13971 > $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
13972  
13973  
13974 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13974 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13975  
13972 fi
13976  
13977  
13978   # Argument processing.
# Line 13990 | Line 13993 | if test "${enable_devpoll+set}" = set; t
13993    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13994   fi
13995  
13993  # Check whether --enable-rtsigio was given.
13994 if test "${enable_rtsigio+set}" = set; then :
13995  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
13996 fi
13997
13996    # Check whether --enable-poll was given.
13997   if test "${enable_poll+set}" = set; then :
13998    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14178 | Line 14176 | rm -f core conftest.err conftest.$ac_obj
14176   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14177  
14178    fi
14179 <      iopoll_mechanism_rtsigio=4
14182 <
14183 < cat >>confdefs.h <<_ACEOF
14184 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14185 < _ACEOF
14186 <
14187 <  if test "$cross_compiling" = yes; then :
14188 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14189 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14190 < as_fn_error $? "cannot run test program while cross compiling
14191 < See \`config.log' for more details" "$LINENO" 5; }
14192 < else
14193 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194 < /* end confdefs.h.  */
14195 <
14196 < #define _GNU_SOURCE
14197 < #include <fcntl.h>
14198 < static unsigned int have_f_setsig = 0;
14199 <
14200 < int
14201 < main ()
14202 < {
14203 <
14204 < #ifdef F_SETSIG
14205 <  have_f_setsig = 1;
14206 < #endif
14207 <  return have_f_setsig == 0;
14208 <
14209 <  ;
14210 <  return 0;
14211 < }
14212 < _ACEOF
14213 < if ac_fn_c_try_run "$LINENO"; then :
14214 <  is_rtsigio_mechanism_available="yes"
14215 < else
14216 <  is_rtsigio_mechanism_available="no"
14217 < fi
14218 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14219 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14220 < fi
14221 <
14222 <      iopoll_mechanism_poll=5
14179 >      iopoll_mechanism_poll=4
14180  
14181   cat >>confdefs.h <<_ACEOF
14182   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14273 | Line 14230 | else
14230   fi
14231   rm -f core conftest.err conftest.$ac_objext \
14232      conftest$ac_exeext conftest.$ac_ext
14233 <      iopoll_mechanism_select=6
14233 >      iopoll_mechanism_select=5
14234  
14235   cat >>confdefs.h <<_ACEOF
14236   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14328 | Line 14285 | fi
14285   rm -f core conftest.err conftest.$ac_objext \
14286      conftest$ac_exeext conftest.$ac_ext
14287        optimal_iopoll_mechanism="none"
14288 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14288 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14289      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14290      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14291        optimal_iopoll_mechanism="$mechanism"
# Line 14365 | Line 14322 | _ACEOF
14322  
14323  
14324  
14368
14369 # Check whether --with-nicklen was given.
14370 if test "${with_nicklen+set}" = set; then :
14371  withval=$with_nicklen; nicklen="$withval"
14372 else
14373  nicklen="9"
14374 fi
14375
14376
14377 cat >>confdefs.h <<_ACEOF
14378 #define NICKLEN ($nicklen)
14379 _ACEOF
14380
14381
14382
14383
14384 # Check whether --with-topiclen was given.
14385 if test "${with_topiclen+set}" = set; then :
14386  withval=$with_topiclen; topiclen="$withval"
14387 else
14388  topiclen="160"
14389 fi
14390
14391
14392 cat >>confdefs.h <<_ACEOF
14393 #define TOPICLEN ($topiclen)
14394 _ACEOF
14395
14396
14397
14325    # Check whether --enable-halfops was given.
14326   if test "${enable_halfops+set}" = set; then :
14327    enableval=$enable_halfops; halfops="$enableval"
# Line 14417 | Line 14344 | else
14344   fi
14345  
14346    if test "$debugging" = "yes" ; then
14420
14421 $as_echo "#define DEBUG 1" >>confdefs.h
14422
14347      CFLAGS="-Wall -g -O0"
14424  else
14425
14426 $as_echo "#define NDEBUG 1" >>confdefs.h
14427
14348    fi
14349  
14350  
# Line 15093 | Line 15013 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15013   # report actual input values of CONFIG_FILES etc. instead of their
15014   # values after options handling.
15015   ac_log="
15016 < This file was extended by ircd-hybrid $as_me 8beta2, which was
15016 > This file was extended by ircd-hybrid $as_me 8.0.8, which was
15017   generated by GNU Autoconf 2.69.  Invocation command line was
15018  
15019    CONFIG_FILES    = $CONFIG_FILES
# Line 15159 | Line 15079 | _ACEOF
15079   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15080   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15081   ac_cs_version="\\
15082 < ircd-hybrid config.status 8beta2
15082 > ircd-hybrid config.status 8.0.8
15083   configured by $0, generated by GNU Autoconf 2.69,
15084    with options \\"\$ac_cs_config\\"
15085  
# Line 16177 | Line 16097 | $as_echo "$as_me: executing $ac_file com
16097  
16098    case $ac_file$ac_mode in
16099      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16100 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16100 >  # Older Autoconf quotes --file arguments for eval, but not when files
16101    # are listed without --file.  Let's play safe and only enable the eval
16102    # if we detect the quoting.
16103    case $CONFIG_FILES in
# Line 16228 | Line 16148 | $as_echo X"$mf" |
16148      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16149      test -z "$DEPDIR" && continue
16150      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16151 <    test -z "am__include" && continue
16151 >    test -z "$am__include" && continue
16152      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16153      # Find all dependency output files, they are included files with
16154      # $(DEPDIR) in their names.  We invoke sed twice because it is the

Diff Legend

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