mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -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…
Reference in New Issue
Block a user