diff options
Diffstat (limited to 'ext/yaz/config.m4')
-rw-r--r-- | ext/yaz/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4 index 0f701fd7fe..7d5fd86ec9 100644 --- a/ext/yaz/config.m4 +++ b/ext/yaz/config.m4 @@ -1,8 +1,10 @@ +dnl dnl $Id$ +dnl PHP_ARG_WITH(yaz,for YAZ support, -[ --with-yaz[=DIR] Include YAZ support (ANSI/NISO Z39.50). DIR is - the YAZ bin install directory]) +[ --with-yaz[=DIR] Include YAZ support (ANSI/NISO Z39.50). + DIR is the YAZ bin install directory.]) if test "$PHP_YAZ" != "no"; then |