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