mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Do not check for mkfifo, it is not used.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4825 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aa002fa78c
commit
afd7bef736
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ case "$host_os" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
AC_CHECK_FUNCS(mkfifo fcntl)
|
AC_CHECK_FUNCS(fcntl)
|
||||||
|
|
||||||
AC_CHECK_FUNC(socket, [], [
|
AC_CHECK_FUNC(socket, [], [
|
||||||
AC_CHECK_LIB(socket, socket, [
|
AC_CHECK_LIB(socket, socket, [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue