0ae54ab932
- fix build with automake-1.12 - add: automake-1.12.patch OBS-URL: https://build.opensuse.org/request/show/122771 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=76
13 lines
334 B
Diff
13 lines
334 B
Diff
Index: mutt-1.5.21/configure.ac
|
|
===================================================================
|
|
--- mutt-1.5.21.orig/configure.ac
|
|
+++ mutt-1.5.21/configure.ac
|
|
@@ -27,7 +27,6 @@ AC_MSG_RESULT($mutt_cv_prefix)
|
|
|
|
AC_PROG_CC
|
|
AC_ISC_POSIX
|
|
-AM_C_PROTOTYPES
|
|
if test "x$U" != "x"; then
|
|
AC_MSG_ERROR(Compiler not ANSI compliant)
|
|
fi
|