Skip to content

Commit 2553446

Browse files
author
Hartmut Holzgraefe
committed
more unquoted messages with kommas fixed
1 parent 5a8b199 commit 2553446

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/rpc/xmlrpc/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dnl found_iconv=no
4242
fi
4343

4444
if test "$found_iconv" = "no"; then
45-
AC_MSG_ERROR(iconv not found, in order to build xmlrpc you need the iconv library)
45+
AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
4646
fi
4747

4848
fi

ext/xmlrpc/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dnl found_iconv=no
4242
fi
4343

4444
if test "$found_iconv" = "no"; then
45-
AC_MSG_ERROR(iconv not found, in order to build xmlrpc you need the iconv library)
45+
AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
4646
fi
4747

4848
fi

ext/xslt/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if test "$PHP_XSLT" != "no"; then
7878
fi
7979

8080
if test "$found_iconv" = "no"; then
81-
AC_MSG_ERROR(iconv not found, in order to build sablotron you need the iconv library)
81+
AC_MSG_ERROR([iconv not found, in order to build sablotron you need the iconv library])
8282
fi
8383

8484
AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])

0 commit comments

Comments
 (0)