pkgsrc-ng/graphics/agg/patches/patch-configure.in
2013-09-26 17:14:40 +02:00

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