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

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC vs.
Revision 1751 by michael, Wed Jan 16 18:30:52 2013 UTC

# Line 813 | Line 813 | enable_epoll
813   enable_devpoll
814   enable_poll
815   enable_select
816 with_nicklen
817 with_topiclen
816   enable_halfops
817   enable_debugging
818   enable_warnings
# Line 1487 | 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
1490  --with-nicklen=<value>  Set nickname length (default 9).
1491  --with-topiclen=<value> Set topic length (default 160).
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 13784 | Line 13780 | $as_echo "disabled" >&6; }
13780   fi
13781  
13782   if test "$cf_enable_openssl" != "no"; then :
13783 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13784 < $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13783 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
13784 > $as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
13785    if test "$cross_compiling" = yes; then :
13786    cf_openssl_version_ok=no
13787   else
# Line 13798 | Line 13794 | else
13794   int
13795   main ()
13796   {
13797 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13797 > exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
13798    ;
13799    return 0;
13800   }
# Line 14322 | Line 14318 | cat >>confdefs.h <<_ACEOF
14318   _ACEOF
14319  
14320  
14325
14326
14327 # Check whether --with-nicklen was given.
14328 if test "${with_nicklen+set}" = set; then :
14329  withval=$with_nicklen; nicklen="$withval"
14330 else
14331  nicklen="9"
14332 fi
14333
14334
14335 cat >>confdefs.h <<_ACEOF
14336 #define NICKLEN ($nicklen)
14337 _ACEOF
14338
14339
14340
14341
14342 # Check whether --with-topiclen was given.
14343 if test "${with_topiclen+set}" = set; then :
14344  withval=$with_topiclen; topiclen="$withval"
14345 else
14346  topiclen="160"
14347 fi
14348
14349
14350 cat >>confdefs.h <<_ACEOF
14351 #define TOPICLEN ($topiclen)
14352 _ACEOF
14353
14354
14321  
14322    # Check whether --enable-halfops was given.
14323   if test "${enable_halfops+set}" = set; then :

Diff Legend

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