summaryrefslogtreecommitdiffstats
path: root/libraries/agg/patches/no-pre-c89.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/agg/patches/no-pre-c89.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/agg/patches/no-pre-c89.patch b/libraries/agg/patches/no-pre-c89.patch
deleted file mode 100644
index 48d72e1e2c..0000000000
--- a/libraries/agg/patches/no-pre-c89.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: configure.in: stop checking for pre-C89
- No longer required, and no longer supported by recent automake.
-Author: Adrian Bunk <bunk@debian.org>
-
---- agg-2.5+dfsg1.orig/configure.ac
-+++ agg-2.5+dfsg1/configure.ac
-@@ -8,10 +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
- AM_PROG_LIBTOOL
- AC_PROG_INSTALL
-