9ab469df10
testing for sys_nerr, so that this compiles on NetBSD. Add a patch for the re-generated configure script. Fixes a problem noticed in recent bulk builds.
12 lines
328 B
Text
12 lines
328 B
Text
$NetBSD: patch-ab,v 1.1 2004/03/15 08:35:43 agc Exp $
|
|
|
|
--- aclocal.m4 2004/03/15 08:07:48 1.1
|
|
+++ aclocal.m4 2004/03/15 08:10:11
|
|
@@ -229,6 +229,7 @@
|
|
[AC_TRY_COMPILE([
|
|
#include "confdefs.h" /* the header built by configure so far */
|
|
#include <stdio.h>
|
|
+#include <errno.h>
|
|
#ifdef HAVE_STDLIB_H
|
|
#include <stdlib.h>
|
|
#endif
|