Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv24600
Modified Files:
configure.in
Log Message:
Make tokenized P10 protocol output an option; merge in new commands from ircu 2.10.11.
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** configure.in 11 Aug 2002 03:26:16 -0000 1.54
--- configure.in 13 Aug 2002 21:17:25 -0000 1.55
***************
*** 242,245 ****
--- 242,257 ----
fi])
+ AC_MSG_CHECKING(whether to enable tokenization)
+ AC_ARG_ENABLE(tokens,
+ [ --enable-tokens Enables tokenization of P10 protocol output
+ (required when linking to ircu 2.10.11)],
+ [
+ AC_DEFINE(ENABLE_TOKENS, 1, [Define if tokenized P10 desired])
+ AC_MSG_RESULT(yes)
+ ],
+ [
+ AC_MSG_RESULT(no)
+ ])
+
AC_MSG_CHECKING(whether to enable debug behaviors)
AC_ARG_ENABLE(debug,
|