mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* configure.ac: Include -lintl if it is needed for
libintl_gettext(). Needed for NetBSD-1.6.2.
This commit is contained in:
parent
9241d649c4
commit
b415dc87b9
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-07 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* configure.ac: Include -lintl if it is needed for
|
||||||
|
libintl_gettext(). Needed for NetBSD-1.6.2.
|
||||||
|
|
||||||
2005-10-03 Pavel Roskin <proski@gnu.org>
|
2005-10-03 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.ac: Require gettext with ngettext support. It's
|
* configure.ac: Require gettext with ngettext support. It's
|
||||||
|
@ -185,6 +185,7 @@ AC_CHECK_FUNCS([\
|
|||||||
setreuid setuid statfs strerror strftime sysconf \
|
setreuid setuid statfs strerror strftime sysconf \
|
||||||
tcgetattr tcsetattr truncate \
|
tcgetattr tcsetattr truncate \
|
||||||
])
|
])
|
||||||
|
AC_CHECK_LIB([intl], [libintl_gettext])
|
||||||
|
|
||||||
dnl S-Lang needs all four functions to be defined to use POSIX signal API
|
dnl S-Lang needs all four functions to be defined to use POSIX signal API
|
||||||
AC_CHECK_FUNCS([sigaction sigemptyset sigprocmask sigaddset], , [slang_signals=no])
|
AC_CHECK_FUNCS([sigaction sigemptyset sigprocmask sigaddset], , [slang_signals=no])
|
||||||
|
Loading…
Reference in New Issue
Block a user