summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-03 05:24:33 +0000
committerfoobar <sniper@php.net>2003-10-03 05:24:33 +0000
commitdb50cd251ed827de60bdc156a08fd7c0f744e2fd (patch)
treeef357d24d9aef23de74020d903a8641b6f198a78 /TSRM/tsrm.m4
parent09b8fdc2bb19ffe8a0d15fae0ab93196fbc10ca6 (diff)
downloadphp-git-db50cd251ed827de60bdc156a08fd7c0f744e2fd.tar.gz
Aligned configure help texts.
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index f9f9e4dcd2..291b7f2e4e 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -95,14 +95,15 @@ dnl For the thread implementations, we always use --with-*
dnl to maintain consistency
AC_ARG_WITH(tsrm-pth,
-[ --with-tsrm-pth[=pth-config] Use GNU Pth.],[
+[ --with-tsrm-pth[=pth-config]
+ Use GNU Pth.],[
TSRM_PTH=$withval
],[
TSRM_PTH=no
])
AC_ARG_WITH(tsrm-st,
-[ --with-tsrm-st],[
+[ --with-tsrm-st Use SGI's State Threads],[
TSRM_ST=$withval
],[
TSRM_ST=no