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 1402 by michael, Wed May 9 18:42:45 2012 UTC vs.
ircd-hybrid/branches/8.0.x/configure (file contents), Revision 1735 by michael, Sun Jan 13 09:29:47 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1373 2012-04-27 07:32:34Z michael .
2 > # From configure.ac Id: configure.ac 1706 2012-12-23 14:58:42Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.3.
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='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
596 > PACKAGE_VERSION='8.0.3'
597 > PACKAGE_STRING='ircd-hybrid 8.0.3'
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
# Line 787 | 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 803 | Line 808 | enable_ltdl_install
808   enable_libpcre
809   enable_openssl
810   enable_assert
806 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
810 enable_rtsigio
814   enable_poll
815   enable_select
816   with_nicklen
# Line 1367 | Line 1370 | if test "$ac_init_help" = "long"; then
1370    # Omit some internal or obsolete options to make the list less imposing.
1371    # This message is too long to be a string in the A/UX 3.1 sh.
1372    cat <<_ACEOF
1373 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1373 > \`configure' configures ircd-hybrid 8.0.3 to adapt to many kinds of systems.
1374  
1375   Usage: $0 [OPTION]... [VAR=VALUE]...
1376  
# Line 1437 | Line 1440 | fi
1440  
1441   if test -n "$ac_init_help"; then
1442    case $ac_init_help in
1443 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1443 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.3:";;
1444     esac
1445    cat <<\_ACEOF
1446  
# Line 1445 | Line 1448 | Optional Features:
1448    --disable-option-checking  ignore unrecognized --enable/--with options
1449    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1450    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1451 +  --enable-silent-rules   less verbose build output (undo: "make V=1")
1452 +  --disable-silent-rules  verbose build output (undo: "make V=0")
1453    --enable-maintainer-mode
1454                            enable make rules and dependencies not useful (and
1455                            sometimes confusing) to the casual installer
# Line 1462 | Line 1467 | Optional Features:
1467    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1468    --disable-openssl            Disable OpenSSL support.
1469    --enable-assert         Enable assert() statements
1465  --enable-small-net      Enable small network support.
1470    --enable-kqueue         Force kqueue usage.
1471    --enable-epoll          Force epoll usage.
1472    --enable-devpoll        Force devpoll usage.
1469  --enable-rtsigio        Force rtsigio usage.
1473    --enable-poll           Force poll usage.
1474    --enable-select         Force select usage.
1475    --enable-halfops        Enable halfops support.
# Line 1569 | Line 1572 | fi
1572   test -n "$ac_init_help" && exit $ac_status
1573   if $ac_init_version; then
1574    cat <<\_ACEOF
1575 < ircd-hybrid configure 8beta1
1575 > ircd-hybrid configure 8.0.3
1576   generated by GNU Autoconf 2.69
1577  
1578   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2095 | Line 2098 | cat >config.log <<_ACEOF
2098   This file contains any messages produced by compilers while
2099   running configure, to aid debugging if configure makes a mistake.
2100  
2101 < It was created by ircd-hybrid $as_me 8beta1, which was
2101 > It was created by ircd-hybrid $as_me 8.0.3, which was
2102   generated by GNU Autoconf 2.69.  Invocation command line was
2103  
2104    $ $0 $@
# Line 2455 | Line 2458 | ac_link='$CC -o conftest$ac_exeext $CFLA
2458   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2459  
2460  
2461 < am__api_version='1.12'
2461 > am__api_version='1.13'
2462  
2463   ac_aux_dir=
2464   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2668 | Line 2671 | if test x"${MISSING+set}" != xset; then
2671    esac
2672   fi
2673   # Use eval to expand $SHELL
2674 < if eval "$MISSING --run true"; then
2675 <  am_missing_run="$MISSING --run "
2674 > if eval "$MISSING --is-lightweight"; then
2675 >  am_missing_run="$MISSING "
2676   else
2677    am_missing_run=
2678    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
# Line 2827 | Line 2830 | fi
2830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2831   $as_echo "$MKDIR_P" >&6; }
2832  
2830 mkdir_p="$MKDIR_P"
2831 case $mkdir_p in
2832  [\\/$]* | ?:[\\/]*) ;;
2833  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2834 esac
2835
2833   for ac_prog in gawk mawk nawk awk
2834   do
2835    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2915 | Line 2912 | else
2912   fi
2913   rmdir .tst 2>/dev/null
2914  
2915 + # Check whether --enable-silent-rules was given.
2916 + if test "${enable_silent_rules+set}" = set; then :
2917 +  enableval=$enable_silent_rules;
2918 + fi
2919 +
2920 + case $enable_silent_rules in # (((
2921 +  yes) AM_DEFAULT_VERBOSITY=0;;
2922 +   no) AM_DEFAULT_VERBOSITY=1;;
2923 +    *) AM_DEFAULT_VERBOSITY=1;;
2924 + esac
2925 + am_make=${MAKE-make}
2926 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2927 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2928 + if ${am_cv_make_support_nested_variables+:} false; then :
2929 +  $as_echo_n "(cached) " >&6
2930 + else
2931 +  if $as_echo 'TRUE=$(BAR$(V))
2932 + BAR0=false
2933 + BAR1=true
2934 + V=1
2935 + am__doit:
2936 +        @$(TRUE)
2937 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2938 +  am_cv_make_support_nested_variables=yes
2939 + else
2940 +  am_cv_make_support_nested_variables=no
2941 + fi
2942 + fi
2943 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2944 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2945 + if test $am_cv_make_support_nested_variables = yes; then
2946 +    AM_V='$(V)'
2947 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2948 + else
2949 +  AM_V=$AM_DEFAULT_VERBOSITY
2950 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2951 + fi
2952 + AM_BACKSLASH='\'
2953 +
2954   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2955    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2956    # is not polluted with repeated "-I."
# Line 2937 | Line 2973 | fi
2973  
2974   # Define the identity of the package.
2975   PACKAGE='ircd-hybrid'
2976 < VERSION='8beta1'
2976 > VERSION='8.0.3'
2977  
2978  
2979   cat >>confdefs.h <<_ACEOF
# Line 2965 | Line 3001 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3001  
3002   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3003  
3004 + # For better backward compatibility.  To be removed once Automake 1.9.x
3005 + # dies out for good.  For more background, see:
3006 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3007 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3008 + mkdir_p='$(MKDIR_P)'
3009 +
3010   # We need awk for the "check" target.  The system "awk" is bad on
3011   # some platforms.
3012   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 13030 | Line 13072 | LIBTOOL="$LIBTOOL --silent"
13072  
13073   # Checks for libraries.
13074  
13075 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13076 < $as_echo_n "checking for library containing socket... " >&6; }
13077 < if ${ac_cv_search_socket+:} false; then :
13075 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13076 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13077 >
13078 > else
13079 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13080 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13081 > if ${ac_cv_search_getaddrinfo+:} false; then :
13082    $as_echo_n "(cached) " >&6
13083   else
13084    ac_func_search_save_LIBS=$LIBS
# Line 13045 | Line 13091 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13091   #ifdef __cplusplus
13092   extern "C"
13093   #endif
13094 < char socket ();
13094 > char getaddrinfo ();
13095   int
13096   main ()
13097   {
13098 < return socket ();
13098 > return getaddrinfo ();
13099    ;
13100    return 0;
13101   }
13102   _ACEOF
13103 < for ac_lib in '' socket; do
13103 > for ac_lib in '' nsl; do
13104    if test -z "$ac_lib"; then
13105      ac_res="none required"
13106    else
# Line 13062 | Line 13108 | for ac_lib in '' socket; do
13108      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13109    fi
13110    if ac_fn_c_try_link "$LINENO"; then :
13111 <  ac_cv_search_socket=$ac_res
13111 >  ac_cv_search_getaddrinfo=$ac_res
13112   fi
13113   rm -f core conftest.err conftest.$ac_objext \
13114      conftest$ac_exeext
13115 <  if ${ac_cv_search_socket+:} false; then :
13115 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13116    break
13117   fi
13118   done
13119 < if ${ac_cv_search_socket+:} false; then :
13119 > if ${ac_cv_search_getaddrinfo+:} false; then :
13120  
13121   else
13122 <  ac_cv_search_socket=no
13122 >  ac_cv_search_getaddrinfo=no
13123   fi
13124   rm conftest.$ac_ext
13125   LIBS=$ac_func_search_save_LIBS
13126   fi
13127 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13128 < $as_echo "$ac_cv_search_socket" >&6; }
13129 < ac_res=$ac_cv_search_socket
13127 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13128 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13129 > ac_res=$ac_cv_search_getaddrinfo
13130   if test "$ac_res" != no; then :
13131    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13132  
13087 else
13088  as_fn_error $? "socket library not found" "$LINENO" 5
13133   fi
13134  
13135 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13136 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13137 < if ${ac_cv_search_inet_ntoa+:} false; then :
13135 > fi
13136 >
13137 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13138 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13139 >
13140 > else
13141 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13142 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13143 > if ${ac_cv_search_getnameinfo+:} false; then :
13144    $as_echo_n "(cached) " >&6
13145   else
13146    ac_func_search_save_LIBS=$LIBS
# Line 13103 | Line 13153 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13153   #ifdef __cplusplus
13154   extern "C"
13155   #endif
13156 < char inet_ntoa ();
13156 > char getnameinfo ();
13157   int
13158   main ()
13159   {
13160 < return inet_ntoa ();
13160 > return getnameinfo ();
13161    ;
13162    return 0;
13163   }
# Line 13120 | Line 13170 | for ac_lib in '' nsl; do
13170      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13171    fi
13172    if ac_fn_c_try_link "$LINENO"; then :
13173 <  ac_cv_search_inet_ntoa=$ac_res
13173 >  ac_cv_search_getnameinfo=$ac_res
13174   fi
13175   rm -f core conftest.err conftest.$ac_objext \
13176      conftest$ac_exeext
13177 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13177 >  if ${ac_cv_search_getnameinfo+:} false; then :
13178    break
13179   fi
13180   done
13181 < if ${ac_cv_search_inet_ntoa+:} false; then :
13181 > if ${ac_cv_search_getnameinfo+:} false; then :
13182  
13183   else
13184 <  ac_cv_search_inet_ntoa=no
13184 >  ac_cv_search_getnameinfo=no
13185   fi
13186   rm conftest.$ac_ext
13187   LIBS=$ac_func_search_save_LIBS
13188   fi
13189 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13190 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13191 < ac_res=$ac_cv_search_inet_ntoa
13189 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13190 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13191 > ac_res=$ac_cv_search_getnameinfo
13192   if test "$ac_res" != no; then :
13193    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13194  
13195   fi
13196  
13197 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13198 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13199 < if ${ac_cv_search_inet_aton+:} false; then :
13197 > fi
13198 >
13199 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13200 > $as_echo_n "checking for library containing socket... " >&6; }
13201 > if ${ac_cv_search_socket+:} false; then :
13202    $as_echo_n "(cached) " >&6
13203   else
13204    ac_func_search_save_LIBS=$LIBS
# Line 13159 | Line 13211 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13211   #ifdef __cplusplus
13212   extern "C"
13213   #endif
13214 < char inet_aton ();
13214 > char socket ();
13215   int
13216   main ()
13217   {
13218 < return inet_aton ();
13218 > return socket ();
13219    ;
13220    return 0;
13221   }
13222   _ACEOF
13223 < for ac_lib in '' resolv; do
13223 > for ac_lib in '' socket; do
13224    if test -z "$ac_lib"; then
13225      ac_res="none required"
13226    else
# Line 13176 | Line 13228 | for ac_lib in '' resolv; do
13228      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13229    fi
13230    if ac_fn_c_try_link "$LINENO"; then :
13231 <  ac_cv_search_inet_aton=$ac_res
13231 >  ac_cv_search_socket=$ac_res
13232   fi
13233   rm -f core conftest.err conftest.$ac_objext \
13234      conftest$ac_exeext
13235 <  if ${ac_cv_search_inet_aton+:} false; then :
13235 >  if ${ac_cv_search_socket+:} false; then :
13236    break
13237   fi
13238   done
13239 < if ${ac_cv_search_inet_aton+:} false; then :
13239 > if ${ac_cv_search_socket+:} false; then :
13240  
13241   else
13242 <  ac_cv_search_inet_aton=no
13242 >  ac_cv_search_socket=no
13243   fi
13244   rm conftest.$ac_ext
13245   LIBS=$ac_func_search_save_LIBS
13246   fi
13247 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13248 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13249 < ac_res=$ac_cv_search_inet_aton
13247 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13248 > $as_echo "$ac_cv_search_socket" >&6; }
13249 > ac_res=$ac_cv_search_socket
13250   if test "$ac_res" != no; then :
13251    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13252  
13253 + else
13254 +  as_fn_error $? "socket library not found" "$LINENO" 5
13255   fi
13256  
13203  for ac_func in inet_aton inet_ntop inet_pton
13204 do :
13205  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13206 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13207 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13208  cat >>confdefs.h <<_ACEOF
13209 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13210 _ACEOF
13211
13212 fi
13213 done
13214
13257    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13258     #include <sys/socket.h>
13259     #include <netdb.h>
# Line 13778 | Line 13820 | fi
13820    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13821   $as_echo "found" >&6; }
13822  
13823 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13824 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13825 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13823 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13824 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13825 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13826    $as_echo_n "(cached) " >&6
13827   else
13828    ac_check_lib_save_LIBS=$LIBS
13829 < LIBS="-lssl  $LIBS"
13829 > LIBS="-lcrypto  $LIBS"
13830   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13831   /* end confdefs.h.  */
13832  
# Line 13794 | Line 13836 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13836   #ifdef __cplusplus
13837   extern "C"
13838   #endif
13839 < char SSL_connect ();
13839 > char RSA_free ();
13840   int
13841   main ()
13842   {
13843 < return SSL_connect ();
13843 > return RSA_free ();
13844    ;
13845    return 0;
13846   }
13847   _ACEOF
13848   if ac_fn_c_try_link "$LINENO"; then :
13849 <  ac_cv_lib_ssl_SSL_connect=yes
13849 >  ac_cv_lib_crypto_RSA_free=yes
13850   else
13851 <  ac_cv_lib_ssl_SSL_connect=no
13851 >  ac_cv_lib_crypto_RSA_free=no
13852   fi
13853   rm -f core conftest.err conftest.$ac_objext \
13854      conftest$ac_exeext conftest.$ac_ext
13855   LIBS=$ac_check_lib_save_LIBS
13856   fi
13857 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13858 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13859 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13857 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13858 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13859 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13860    cat >>confdefs.h <<_ACEOF
13861 < #define HAVE_LIBSSL 1
13861 > #define HAVE_LIBCRYPTO 1
13862   _ACEOF
13863  
13864 <  LIBS="-lssl $LIBS"
13864 >  LIBS="-lcrypto $LIBS"
13865  
13866   fi
13867  
13868 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13869 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13870 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13871 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13868 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13869 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13870 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13871 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13872    $as_echo_n "(cached) " >&6
13873   else
13874    ac_check_lib_save_LIBS=$LIBS
13875 < LIBS="-lcrypto  $LIBS"
13875 > LIBS="-lssl  $LIBS"
13876   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13877   /* end confdefs.h.  */
13878  
# Line 13840 | Line 13882 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13882   #ifdef __cplusplus
13883   extern "C"
13884   #endif
13885 < char RSA_free ();
13885 > char SSL_connect ();
13886   int
13887   main ()
13888   {
13889 < return RSA_free ();
13889 > return SSL_connect ();
13890    ;
13891    return 0;
13892   }
13893   _ACEOF
13894   if ac_fn_c_try_link "$LINENO"; then :
13895 <  ac_cv_lib_crypto_RSA_free=yes
13895 >  ac_cv_lib_ssl_SSL_connect=yes
13896   else
13897 <  ac_cv_lib_crypto_RSA_free=no
13897 >  ac_cv_lib_ssl_SSL_connect=no
13898   fi
13899   rm -f core conftest.err conftest.$ac_objext \
13900      conftest$ac_exeext conftest.$ac_ext
13901   LIBS=$ac_check_lib_save_LIBS
13902   fi
13903 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13904 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13905 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13903 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13904 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13905 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13906    cat >>confdefs.h <<_ACEOF
13907 < #define HAVE_LIBCRYPTO 1
13907 > #define HAVE_LIBSSL 1
13908   _ACEOF
13909  
13910 <  LIBS="-lcrypto $LIBS"
13910 >  LIBS="-lssl $LIBS"
13911  
13912   fi
13913  
# Line 13878 | Line 13920 | $as_echo "no - OpenSSL support disabled"
13920   fi
13921   fi
13922  
13923 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13923 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13924    ENABLE_SSL_TRUE=
13925    ENABLE_SSL_FALSE='#'
13926   else
# Line 13903 | Line 13945 | $as_echo "#define NDEBUG 1" >>confdefs.h
13945   fi
13946  
13947  
13906 # Check whether --enable-small-net was given.
13907 if test "${enable_small_net+set}" = set; then :
13908  enableval=$enable_small_net; small_net=$enableval
13909 else
13910  small_net=no
13911 fi
13912
13913
13914 if test "$small_net" = "yes"; then :
13915
13916
13917 $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13918
13919
13920 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13921
13922
13923 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13924
13925
13926 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13927
13928
13929 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13930
13931
13932 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13933
13934
13935 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13936
13937
13938 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13939
13940
13941 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13942
13943
13944 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13945
13946 else
13947
13948
13948  
13949   $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13950  
# Line 13965 | Line 13964 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
13964   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13965  
13966  
13968 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13969
13970
13967   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13968  
13969  
13970 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13970 > $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
13971  
13972  
13973 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13973 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13974  
13979 fi
13975  
13976  
13977   # Argument processing.
# Line 13997 | Line 13992 | if test "${enable_devpoll+set}" = set; t
13992    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13993   fi
13994  
14000  # Check whether --enable-rtsigio was given.
14001 if test "${enable_rtsigio+set}" = set; then :
14002  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14003 fi
14004
13995    # Check whether --enable-poll was given.
13996   if test "${enable_poll+set}" = set; then :
13997    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14185 | Line 14175 | rm -f core conftest.err conftest.$ac_obj
14175   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14176  
14177    fi
14178 <      iopoll_mechanism_rtsigio=4
14189 <
14190 < cat >>confdefs.h <<_ACEOF
14191 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14192 < _ACEOF
14193 <
14194 <  if test "$cross_compiling" = yes; then :
14195 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14196 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14197 < as_fn_error $? "cannot run test program while cross compiling
14198 < See \`config.log' for more details" "$LINENO" 5; }
14199 < else
14200 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14201 < /* end confdefs.h.  */
14202 <
14203 < #define _GNU_SOURCE
14204 < #include <fcntl.h>
14205 < static unsigned int have_f_setsig = 0;
14206 <
14207 < int
14208 < main ()
14209 < {
14210 <
14211 < #ifdef F_SETSIG
14212 <  have_f_setsig = 1;
14213 < #endif
14214 <  return have_f_setsig == 0;
14215 <
14216 <  ;
14217 <  return 0;
14218 < }
14219 < _ACEOF
14220 < if ac_fn_c_try_run "$LINENO"; then :
14221 <  is_rtsigio_mechanism_available="yes"
14222 < else
14223 <  is_rtsigio_mechanism_available="no"
14224 < fi
14225 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14226 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14227 < fi
14228 <
14229 <      iopoll_mechanism_poll=5
14178 >      iopoll_mechanism_poll=4
14179  
14180   cat >>confdefs.h <<_ACEOF
14181   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14280 | Line 14229 | else
14229   fi
14230   rm -f core conftest.err conftest.$ac_objext \
14231      conftest$ac_exeext conftest.$ac_ext
14232 <      iopoll_mechanism_select=6
14232 >      iopoll_mechanism_select=5
14233  
14234   cat >>confdefs.h <<_ACEOF
14235   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14335 | Line 14284 | fi
14284   rm -f core conftest.err conftest.$ac_objext \
14285      conftest$ac_exeext conftest.$ac_ext
14286        optimal_iopoll_mechanism="none"
14287 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14287 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14288      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14289      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14290        optimal_iopoll_mechanism="$mechanism"
# Line 14382 | Line 14331 | fi
14331  
14332  
14333   cat >>confdefs.h <<_ACEOF
14334 < #define NICKLEN ($nicklen+1)
14334 > #define NICKLEN ($nicklen)
14335   _ACEOF
14336  
14337  
# Line 14424 | Line 14373 | else
14373   fi
14374  
14375    if test "$debugging" = "yes" ; then
14427
14428 $as_echo "#define DEBUG 1" >>confdefs.h
14429
14376      CFLAGS="-Wall -g -O0"
14431  else
14432
14433 $as_echo "#define NDEBUG 1" >>confdefs.h
14434
14377    fi
14378  
14379  
# Line 15100 | Line 15042 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15042   # report actual input values of CONFIG_FILES etc. instead of their
15043   # values after options handling.
15044   ac_log="
15045 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15045 > This file was extended by ircd-hybrid $as_me 8.0.3, which was
15046   generated by GNU Autoconf 2.69.  Invocation command line was
15047  
15048    CONFIG_FILES    = $CONFIG_FILES
# Line 15166 | Line 15108 | _ACEOF
15108   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15109   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15110   ac_cs_version="\\
15111 < ircd-hybrid config.status 8beta1
15111 > ircd-hybrid config.status 8.0.3
15112   configured by $0, generated by GNU Autoconf 2.69,
15113    with options \\"\$ac_cs_config\\"
15114  
# Line 16184 | Line 16126 | $as_echo "$as_me: executing $ac_file com
16126  
16127    case $ac_file$ac_mode in
16128      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16129 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16129 >  # Older Autoconf quotes --file arguments for eval, but not when files
16130    # are listed without --file.  Let's play safe and only enable the eval
16131    # if we detect the quoting.
16132    case $CONFIG_FILES in

Diff Legend

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