xref: /freebsd/sys/contrib/openzfs/config/user-gettext.m4 (revision e7ab133648a168c4bf7c11da840663c5581771d8)
1dnl #
2dnl # Check if libintl and possibly libiconv are needed for gettext() functionality
3dnl #
4AC_DEFUN([ZFS_AC_CONFIG_USER_GETTEXT], [
5    AM_GNU_GETTEXT([external])
6])
7