summaryrefslogtreecommitdiff
path: root/sapi/roxen
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-29 23:17:16 +0000
committerfoobar <sniper@php.net>2005-05-29 23:17:16 +0000
commita20383ba06c911615b8e95387fd3b016670f4ae8 (patch)
tree4b378fb473588105450c75e73574b62f62fcffba /sapi/roxen
parentd12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff)
downloadphp-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz
- Unify the "configure --help" texts
Diffstat (limited to 'sapi/roxen')
-rw-r--r--sapi/roxen/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/roxen/config.m4 b/sapi/roxen/config.m4
index 6634964e94..daf4f59a24 100644
--- a/sapi/roxen/config.m4
+++ b/sapi/roxen/config.m4
@@ -6,7 +6,7 @@ RESULT=no
AC_MSG_CHECKING(for Roxen/Pike support)
AC_ARG_WITH(roxen,
[ --with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
- directory, normally /usr/local/roxen/server.],
+ directory, normally /usr/local/roxen/server],
[
if test ! -d $withval ; then
AC_MSG_ERROR(You did not specify a directory)
@@ -44,7 +44,7 @@ if test "$RESULT" != "no" ; then
RESULT=no
AC_MSG_CHECKING(if Roxen should use ZTS)
AC_ARG_ENABLE(roxen-zts,
- [ --enable-roxen-zts Build the Roxen module using Zend Thread Safety.],
+ [ --enable-roxen-zts Build the Roxen module using Zend Thread Safety],
[
PHP_BUILD_THREAD_SAFE
AC_DEFINE(ROXEN_USE_ZTS,1,[Whether to use Roxen in ZTS mode])