2 dnl # Check if gcc supports -Wno-format-truncation option.
4 AC_DEFUN([ZFS_AC_CONFIG_USER_NO_FORMAT_TRUNCATION], [
5 AC_MSG_CHECKING([for -Wno-format-truncation support])
8 CFLAGS="$CFLAGS -Wno-format-truncation"
10 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])],
12 NO_FORMAT_TRUNCATION=-Wno-format-truncation
21 AC_SUBST([NO_FORMAT_TRUNCATION])