1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04: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 Checks for libraries.
dnl =================================================================== dnl ===================================================================
dnl Replace `main' with a function in -lsocket:
AC_CHECK_FUNC(socket, cf_result=yes, cf_result=no) AC_CHECK_FUNC(socket, cf_result=yes, cf_result=no)
if test "$cf_result" = no; then if test "$cf_result" = no; then
AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(socket, socket)