diff options
| author | Stig Bakken <ssb@php.net> | 1999-09-13 17:17:51 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 1999-09-13 17:17:51 +0000 |
| commit | 809198b9162cbef4af420e5ae3e74b3c3adcc3f3 (patch) | |
| tree | 4717873236a3de3ad755df0da3a91d3e1174ef1f /ext/mcal/config.m4 | |
| parent | 95303a4bb270d31cef0e83ee7453c143f1bd7566 (diff) | |
| download | php-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.m4 | 2 |
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 |
