1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

configure.in: Remove obsolete comment.

This commit is contained in:
Kalle Olavi Niemitalo 2008-02-17 18:27:06 +02:00 committed by Kalle Olavi Niemitalo
parent 24f8c65010
commit 172771bcfc

View File

@ -377,7 +377,6 @@ dnl ===================================================================
dnl Checks for libraries.
dnl ===================================================================
dnl Replace `main' with a function in -lsocket:
AC_CHECK_FUNC(socket, cf_result=yes, cf_result=no)
if test "$cf_result" = no; then
AC_CHECK_LIB(socket, socket)