Do not check for fcntl.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4931 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-30 14:33:14 +00:00 committed by exg
commit 75666168b7
2 changed files with 0 additions and 8 deletions

View file

@ -178,8 +178,6 @@ case "$host_os" in
esac
AC_CHECK_FUNCS(fcntl)
AC_CHECK_FUNC(socket, [], [
AC_CHECK_LIB(socket, socket, [
LIBS="$LIBS -lsocket"