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

Comparing ircd-hybrid-7.2/acinclude.m4 (file contents):
Revision 1013 by michael, Sun Oct 18 14:26:49 2009 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 145 | Line 145 | main () { return 1; } /* F_SETSIG not de
145   dnl {{{ ax_arg_with_topiclen
146   AC_DEFUN([AX_ARG_WITH_TOPICLEN],[
147    AC_ARG_WITH([topiclen],[AC_HELP_STRING([--with-topiclen=<value>],[Set topic length (default 160).])],[topiclen="$withval"],[topiclen="160"])
148 <  AC_DEFINE_UNQUOTED([TOPICLEN],[($topiclen+1)],[Length of topics.])
148 >  AC_DEFINE_UNQUOTED([TOPICLEN],[($topiclen)],[Length of topics.])
149   ])dnl }}}
150   dnl {{{ ax_arg_with_nicklen
151   AC_DEFUN([AX_ARG_WITH_NICKLEN],[

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines