]> granicus.if.org Git - php/commitdiff
more unquoted messages with kommas fixed
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:15:25 +0000 (14:15 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:15:25 +0000 (14:15 +0000)
ext/rpc/xmlrpc/config.m4
ext/xmlrpc/config.m4
ext/xslt/config.m4

index b38952b27dab4eebda47d294227f63d05fa99345..5448c24c7eb12dbbcc8231ccb912397ba81c5a02 100644 (file)
@@ -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
index b38952b27dab4eebda47d294227f63d05fa99345..5448c24c7eb12dbbcc8231ccb912397ba81c5a02 100644 (file)
@@ -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
index 9d405b4da305f9f4ac8096deda6518d09d97ee86..00fe9fd73819bcc3e9bfa840b8cdf49f2d29ecd2 100644 (file)
@@ -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, [ ])