summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/libmng-1.0.10/buildsystem.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/libmng-1.0.10/buildsystem.diff b/patches/libmng-1.0.10/buildsystem.diff
index e6f28fc49..df710005d 100644
--- a/patches/libmng-1.0.10/buildsystem.diff
+++ b/patches/libmng-1.0.10/buildsystem.diff
@@ -65,7 +65,7 @@ Index: b/configure.in
+dnl Checks for programs.
+AC_PROG_CC
+AC_ISC_POSIX
-+AM_C_PROTOTYPES
++AC_C_PROTOTYPES
+if test "x$U" != "x"; then
+ AC_MSG_ERROR(Compiler not ANSI compliant)
+fi