mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
configure.in: Remove obsolete comment.
This commit is contained in:
parent
24f8c65010
commit
172771bcfc
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user