From 25534467c7431b91f902167593202daadef283e7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 14:15:25 +0000 Subject: [PATCH] more unquoted messages with kommas fixed --- ext/rpc/xmlrpc/config.m4 | 2 +- ext/xmlrpc/config.m4 | 2 +- ext/xslt/config.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, [ ]) -- 2.50.1