diff options
author | Marcus Boerger <helly@php.net> | 2002-12-10 20:09:35 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-12-10 20:09:35 +0000 |
commit | 644bd60d29317010aceea5cac3e2819e86de5479 (patch) | |
tree | 754015bfe0f543067728f065a51adbe26df95a52 /ext/fam | |
parent | 2b063828e0e1f9ba6761a177fe30ed1f8f7d0bc4 (diff) | |
download | php-git-644bd60d29317010aceea5cac3e2819e86de5479.tar.gz |
remove not wanted skeleton comment and align configure message
Diffstat (limited to 'ext/fam')
-rw-r--r-- | ext/fam/config.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fam/config.m4 b/ext/fam/config.m4 index aeca04c6a3..ebbd0e4db1 100644 --- a/ext/fam/config.m4 +++ b/ext/fam/config.m4 @@ -8,8 +8,7 @@ dnl without editing. dnl If your extension references something external, use with: PHP_ARG_WITH(fam, for fam support, -Make sure that the comment is aligned: -[ --with-fam Include fam support]) +[ --with-fam Include fam support]) if test "$PHP_FAM" != "no"; then dnl Write more examples of tests here... |