[srvx-commits] CVS: services configure.in,1.58,1.59
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-08-21 05:40:12
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv24609 Modified Files: configure.in Log Message: Make tokenized P10 output the default. Index: configure.in =================================================================== RCS file: /cvsroot/srvx/services/configure.in,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** configure.in 20 Aug 2002 03:24:56 -0000 1.58 --- configure.in 21 Aug 2002 05:40:09 -0000 1.59 *************** *** 246,257 **** 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) ]) --- 246,257 ---- AC_MSG_CHECKING(whether to enable tokenization) AC_ARG_ENABLE(tokens, ! [ --disable-tokens Disables tokenization of P10 protocol output ! (tokens required if linking to ircu 2.10.11)], [ ! AC_MSG_RESULT(no) ], [ ! AC_DEFINE(ENABLE_TOKENS, 1, [Define if tokenized P10 desired]) ! AC_MSG_RESULT(yes) ]) |