mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
$NetBSD: patch-configure.in,v 1.1 2012/05/05 00:55:47 wiz Exp $
|
|
|
|
Remove obsolete macro. Fixes build with automake-1.12.
|
|
|
|
--- configure.in.orig 2006-10-09 04:06:36.000000000 +0000
|
|
+++ configure.in
|
|
@@ -8,7 +8,6 @@ dnl Checks for programs.
|
|
AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AC_ISC_POSIX
|
|
-AM_C_PROTOTYPES
|
|
if test "x$U" != "x"; then
|
|
AC_MSG_ERROR(Compiler not ANSI compliant)
|
|
fi
|