summaryrefslogtreecommitdiffstats
path: root/config/user-gettext.m4
blob: 89d1d45bf1d7319c91c0a54de45eab3a70f2749d (plain)
1
2
3
4
5
6
7
8
dnl #
dnl # Check if libintl and possibly libiconv are needed for gettext() functionality
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER_GETTEXT], [
    AM_ICONV
    AM_GNU_GETTEXT([external])
    LIBS="$LIBS $LTLIBINTL $LTLIBICONV"
])