jan             Mon Oct  7 06:09:08 2002 EDT

  Modified files:              
    /php4/ext/fbsql     config.m4 
  Log:
   - fix typo and improve error message
  
  
Index: php4/ext/fbsql/config.m4
diff -u php4/ext/fbsql/config.m4:1.10 php4/ext/fbsql/config.m4:1.11
--- php4/ext/fbsql/config.m4:1.10       Wed Sep  4 08:50:41 2002
+++ php4/ext/fbsql/config.m4    Mon Oct  7 06:09:07 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.10 2002/09/04 12:50:41 martin Exp $
+dnl $Id: config.m4,v 1.11 2002/10/07 10:09:07 jan Exp $
 dnl
 
 PHP_ARG_WITH(fbsql, for FrontBase SQL92 (fbsql) support,
@@ -21,7 +21,7 @@
     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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to