+skip_param_value_checks=0
+if test "$ICONV_ENABLED" -eq 0; then
+ text_size=10
+else
+ text_size=11
+ #### For unknown reasons, the parameter values checks fail on the
+ #### FreeBSD10 buildbot. It doesn't support EBCDIC-US, which is used
+ #### by the checks, so check for that. Though that doesn't seem to be
+ #### the reason.
+ utf8="`printf '\344' | iconv -f EBCDIC-US -t UTF-8 2>/dev/null`" &&
+ test x"$utf8" = xU ||
+ skip_param_value_checks=1
+fi