zfs-builds-mm/zfs-0.8.4/config/user-gettext.m4
2020-07-19 16:21:53 +02:00

8 lines
224 B
Text

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"
])