From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 14:15:25 +0000 (+0000) Subject: more unquoted messages with kommas fixed X-Git-Tag: PRE_ISSET_PATCH~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25534467c7431b91f902167593202daadef283e7;p=php more unquoted messages with kommas fixed --- diff --git a/ext/rpc/xmlrpc/config.m4 b/ext/rpc/xmlrpc/config.m4 index b38952b27d..5448c24c7e 100644 --- a/ext/rpc/xmlrpc/config.m4 +++ b/ext/rpc/xmlrpc/config.m4 @@ -42,7 +42,7 @@ dnl found_iconv=no fi if test "$found_iconv" = "no"; then - AC_MSG_ERROR(iconv not found, in order to build xmlrpc you need the iconv library) + AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) fi fi diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index b38952b27d..5448c24c7e 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -42,7 +42,7 @@ dnl found_iconv=no fi if test "$found_iconv" = "no"; then - AC_MSG_ERROR(iconv not found, in order to build xmlrpc you need the iconv library) + AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) fi fi diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index 9d405b4da3..00fe9fd738 100644 --- a/ext/xslt/config.m4 +++ b/ext/xslt/config.m4 @@ -78,7 +78,7 @@ if test "$PHP_XSLT" != "no"; then fi if test "$found_iconv" = "no"; then - AC_MSG_ERROR(iconv not found, in order to build sablotron you need the iconv library) + AC_MSG_ERROR([iconv not found, in order to build sablotron you need the iconv library]) fi AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])