mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
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])
|
||
|
])
|