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 1746 by michael, Tue Jan 15 17:33:09 2013 UTC vs.
Revision 1750 by michael, Wed Jan 16 14:07:08 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1706 2012-12-23 14:58:42Z michael .
2 > # From configure.ac Id: configure.ac 1746 2013-01-15 17:33:09Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.5.
5   #
# 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 14320 | Line 14316 | cat >>confdefs.h <<_ACEOF
14316   _ACEOF
14317  
14318  
14323
14324
14325 # Check whether --with-nicklen was given.
14326 if test "${with_nicklen+set}" = set; then :
14327  withval=$with_nicklen; nicklen="$withval"
14328 else
14329  nicklen="9"
14330 fi
14331
14332
14333 cat >>confdefs.h <<_ACEOF
14334 #define NICKLEN ($nicklen)
14335 _ACEOF
14336
14337
14338
14339
14340 # Check whether --with-topiclen was given.
14341 if test "${with_topiclen+set}" = set; then :
14342  withval=$with_topiclen; topiclen="$withval"
14343 else
14344  topiclen="160"
14345 fi
14346
14347
14348 cat >>confdefs.h <<_ACEOF
14349 #define TOPICLEN ($topiclen)
14350 _ACEOF
14351
14352
14319  
14320    # Check whether --enable-halfops was given.
14321   if test "${enable_halfops+set}" = set; then :

Diff Legend

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