sniper          Fri Sep 20 11:42:21 2002 EDT

  Modified files:              
    /php4/ext/yaz       config.m4 
  Log:
  fix typo
  
  
Index: php4/ext/yaz/config.m4
diff -u php4/ext/yaz/config.m4:1.10 php4/ext/yaz/config.m4:1.11
--- php4/ext/yaz/config.m4:1.10 Thu Sep 19 22:46:37 2002
+++ php4/ext/yaz/config.m4      Fri Sep 20 11:42:20 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.10 2002/09/20 02:46:37 sniper Exp $
+dnl $Id: config.m4,v 1.11 2002/09/20 15:42:20 sniper Exp $
 dnl
 
 PHP_ARG_WITH(yaz,for YAZ support,
@@ -29,7 +29,7 @@
     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=""



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

Reply via email to