diff options
author | foobar <sniper@php.net> | 2002-09-20 15:42:23 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-09-20 15:42:23 +0000 |
commit | a45e53b02d25dfc298cf3297a99b03f74f37bf0c (patch) | |
tree | d61138983fe4a213f24caf880ee0fb57ee27551d | |
parent | c54b79bdd90cd90e538dee916984697de90c636a (diff) | |
download | php-git-a45e53b02d25dfc298cf3297a99b03f74f37bf0c.tar.gz |
fix typo
-rw-r--r-- | ext/yaz/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4 index 96356cae8a..f5815794d5 100644 --- a/ext/yaz/config.m4 +++ b/ext/yaz/config.m4 @@ -29,7 +29,7 @@ if test "$PHP_YAZ" != "no"; then if test "$yaz_version" -ge 1009000; then AC_MSG_RESULT([$YAZVERSION]) else - AC_MSG_ERROR(YAZ version 1.9 or later required.]) + AC_MSG_ERROR([YAZ version 1.9 or later required.]) fi dir="" |