mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
dnl Function to detect if libexe dependencies are available
|
|
AC_DEFUN([AX_LIBEXE_CHECK_LOCAL],
|
|
[dnl Check for internationalization functions in libexe/libexe_i18n.c
|
|
AC_CHECK_FUNCS([bindtextdomain])
|
|
])
|
|
|