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