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

Comparing ircd-hybrid/configure (file contents):
Revision 244 by michael, Sun Nov 6 12:13:07 2005 UTC vs.
Revision 248 by adx, Sun Nov 6 18:42:07 2005 UTC

# Line 875 | Line 875 | Optional Packages:
875    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
876    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
877    --with-zlib-path=DIR    Path to libz.so for ziplinks support.
878 +  --with-nicklen=LENGTH   Set the nick length to LENGTH (default 15)
879    --with-syslog-facility=LOG
880                            Define the log facility to use with ircd's syslog
881                            output (default LOG_LOCAL4)
881 –  --with-nicklen=LENGTH   Set the nick length to LENGTH (default 9)
882    --with-topiclen=NUMBER  Set the max topic length to NUMBER (default 160, max
883                            390)
884  
# Line 9624 | Line 9624 | _ACEOF
9624  
9625   fi
9626  
9627 +
9628 + # Check whether --with-nicklen or --without-nicklen was given.
9629 + if test "${with_nicklen+set}" = set; then
9630 +  withval="$with_nicklen"
9631 +  NICKLEN="$withval"
9632 + else
9633 +  NICKLEN="15"
9634 + fi;
9635 +
9636   # Check whether --enable-efnet or --disable-efnet was given.
9637   if test "${enable_efnet+set}" = set; then
9638    enableval="$enable_efnet"
# Line 9645 | Line 9654 | _ACEOF
9654  
9655          echo "Building ircd for use with EFnet"
9656          EXAMPLE_CONF=example.efnet.conf
9657 +    NICKLEN=9
9658   else
9659  
9660   cat >>confdefs.h <<\_ACEOF
# Line 9793 | Line 9803 | _ACEOF
9803   fi
9804  
9805  
9796 – # Check whether --with-nicklen or --without-nicklen was given.
9797 – if test "${with_nicklen+set}" = set; then
9798 –  withval="$with_nicklen"
9799 –  NICKLEN="$withval"
9800 – else
9801 –  NICKLEN="9"
9802 – fi;
9803 –
9804 –
9806   # Check whether --with-topiclen or --without-topiclen was given.
9807   if test "${with_topiclen+set}" = set; then
9808    withval="$with_topiclen"

Diff Legend

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