diff options
author | Jan Lehnardt <jan@php.net> | 2002-10-07 10:09:07 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@php.net> | 2002-10-07 10:09:07 +0000 |
commit | 94daa9c26a9b223508f19218d3632966b3f91ffe (patch) | |
tree | 67450f0e94fa45e90552187f0e0b289ca376b90c /ext/fbsql | |
parent | 8ca10fb5e818a9feceac62f875d7d5988f3c95d8 (diff) | |
download | php-git-94daa9c26a9b223508f19218d3632966b3f91ffe.tar.gz |
- fix typo and improve error message
Diffstat (limited to 'ext/fbsql')
-rw-r--r-- | ext/fbsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fbsql/config.m4 b/ext/fbsql/config.m4 index ff24b9600c..6ce2023103 100644 --- a/ext/fbsql/config.m4 +++ b/ext/fbsql/config.m4 @@ -21,7 +21,7 @@ if test "$PHP_FBSQL" != "no"; then done if test -z "$FBSQL_INSTALLATION_DIR"; then - AC_MSG_ERROR(Cannot find FrontBase in well know installation directories) + AC_MSG_ERROR(Cannot find FrontBase in known installation directories) fi elif test "$PHP_FBSQL" != "no"; then |