xref: /freebsd/sys/contrib/openzfs/config/user-gettext.m4 (revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
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