diff options
Diffstat (limited to 'ext/crack/config.m4')
-rw-r--r-- | ext/crack/config.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/crack/config.m4 b/ext/crack/config.m4 index fbcca92946..8e01fcf46b 100644 --- a/ext/crack/config.m4 +++ b/ext/crack/config.m4 @@ -1,6 +1,8 @@ +dnl dnl $Id$ +dnl -PHP_ARG_WITH(crack, whether to include crack support, +PHP_ARG_WITH(crack, for CRACKlib support, [ --with-crack[=DIR] Include crack support.]) if test "$PHP_CRACK" != "no"; then |