mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 06:02:16 +02:00
Remove check for nl_langinfo, we do not use it anymore.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4823 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
764f311a8b
commit
f71679ca69
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ case "$host_os" in
|
|||
esac
|
||||
|
||||
|
||||
AC_CHECK_FUNCS(mkfifo fcntl nl_langinfo)
|
||||
AC_CHECK_FUNCS(mkfifo fcntl)
|
||||
|
||||
AC_CHECK_FUNC(socket, [], [
|
||||
AC_CHECK_LIB(socket, socket, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue