File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dnl found_iconv=no
42
42
fi
43
43
44
44
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] )
46
46
fi
47
47
48
48
fi
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dnl found_iconv=no
42
42
fi
43
43
44
44
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] )
46
46
fi
47
47
48
48
fi
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ if test "$PHP_XSLT" != "no"; then
78
78
fi
79
79
80
80
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] )
82
82
fi
83
83
84
84
AC_DEFINE ( HAVE_SABLOT_BACKEND , 1 , [ ] )
You can’t perform that action at this time.
0 commit comments