summaryrefslogtreecommitdiff
path: root/ext/mcal/config.m4
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
committerStig Bakken <ssb@php.net>1999-09-13 17:17:51 +0000
commit809198b9162cbef4af420e5ae3e74b3c3adcc3f3 (patch)
tree4717873236a3de3ad755df0da3a91d3e1174ef1f /ext/mcal/config.m4
parent95303a4bb270d31cef0e83ee7453c143f1bd7566 (diff)
downloadphp-git-809198b9162cbef4af420e5ae3e74b3c3adcc3f3.tar.gz
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.
Diffstat (limited to 'ext/mcal/config.m4')
-rw-r--r--ext/mcal/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcal/config.m4 b/ext/mcal/config.m4
index 1036c185ec..914203e0ac 100644
--- a/ext/mcal/config.m4
+++ b/ext/mcal/config.m4
@@ -2,7 +2,7 @@ dnl $Id$
AC_MSG_CHECKING(for MCAL support)
AC_ARG_WITH(mcal,
-[ --with-mcal[=DIR] Include MCAL support.],
+[ --with-mcal[=DIR] Include MCAL support.],
[
if test "$withval" != "no"; then
if test "$withval" = "yes"; then