1
1

Reverted the addition of the check for libintl_gettext in -lintl. It

didn't help.
Этот коммит содержится в:
Roland Illig 2005-11-02 22:26:19 +00:00
родитель 894b343f90
Коммит a0aa9fd9d4
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1,8 +1,3 @@
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>
* configure.ac: Require gettext with ngettext support. It's

Просмотреть файл

@ -185,7 +185,6 @@ AC_CHECK_FUNCS([\
setreuid setuid statfs strerror strftime sysconf \
tcgetattr tcsetattr truncate \
])
AC_CHECK_LIB([intl], [libintl_gettext])
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])