aboutsummaryrefslogtreecommitdiffstats
path: root/config/user-gettext.m4
blob: 824318eab960914949a345021994ec787a077fce (plain)
1
2
3
4
5
6
dnl #
dnl # Check if libintl and possibly libiconv are needed for gettext() functionality
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER_GETTEXT], [
    AM_GNU_GETTEXT([external])
])