office-gobmx/libxmlsec/xmlsec1-1.2.14-ansi.patch
Stephan Bergmann 7947da50b3 Work around autoreconf de-ANSI-fication support error
Change-Id: I990167289fe39bbfdb3b40abf8fc522dabb7cc20
2012-08-29 22:59:22 +02:00

13 lines
428 B
Diff

--- misc/xmlsec1-1.2.14/configure.in 2012-08-29 22:44:51.000000000 +0200
+++ misc/build/xmlsec1-1.2.14/configure.in 2012-08-29 22:46:23.000000000 +0200
@@ -46,10 +46,6 @@
AC_PATH_PROG(HELP2MAN, help2man)
AC_PATH_PROG(MAN2HTML, man2html)
-dnl Make sure we have an ANSI compiler
-AM_C_PROTOTYPES
-test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
-
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC