From 314dc7dc3df37efa35058d8c1e3dd22dbbb2ed43 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 21 Sep 1997 03:49:47 +0000 Subject: Greg Stark's fix. svn path=/trunk/; revision=1381 --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 698fc1e9..e8908274 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,11 @@ AC_CHECK_FUNC(socket, AC_CHECK_LIB(socket,socket) AC_CHECK_LIB(inet,socket)) -AC_CHECK_LIB(nsl,inet_addr) +# The condition in this test copes with the presence of inet_addr in libc6. +AC_CHECK_FUNC(inet_addr, + AC_MSG_RESULT(using libc's inet_addr), + AC_CHECK_LIB(nsl,inet_addr)) + AC_CHECK_LIB(opie,opiegenerator) dnl Port hack for Interactive UNIX System V/386 Release 3.2 -- cgit v1.2.3