- remove bogus patch since no autoconf is used

This commit is contained in:
jasper 2011-01-14 18:50:20 +00:00
parent fd174e2ac5
commit 0811dacb89

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure_in,v 1.2 2003/06/22 10:20:41 jolan Exp $
--- configure.in.orig Sat Sep 29 00:21:51 2001
+++ configure.in Sun Aug 4 00:09:53 2002
@@ -28,7 +28,7 @@ fi
AC_CHECK_LIB(xnet,gethostbyname)
AC_CHECK_LIB(nsl,socket)
AC_CHECK_LIB(socket,gethostbyname)
-AC_CHECK_FUNCS(mlockall poll)
+AC_CHECK_FUNCS(mlockall poll getloadavg)
dnl see if we are compiling under Win32 or Unix
AC_MSG_CHECKING(for default config directory)