diff options
Diffstat (limited to 'net-mail/courier-imap/files/courier-imap-5.1.8-aclocal-fix.patch')
-rw-r--r-- | net-mail/courier-imap/files/courier-imap-5.1.8-aclocal-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/courier-imap/files/courier-imap-5.1.8-aclocal-fix.patch b/net-mail/courier-imap/files/courier-imap-5.1.8-aclocal-fix.patch new file mode 100644 index 000000000000..0ab4ca0f5403 --- /dev/null +++ b/net-mail/courier-imap/files/courier-imap-5.1.8-aclocal-fix.patch @@ -0,0 +1,12 @@ +Kill unneeded call to AC_PROG_SYSCONFTOOL (bug #168206). + +--- a/configure.ac 2022-11-05 19:37:21.629552607 +0100 ++++ b/configure.ac 2022-11-05 19:37:31.622405720 +0100 +@@ -14,7 +14,6 @@ + AC_PROG_INSTALL + AC_PROG_LN_S + AC_PROG_MAKE_SET +-AC_PROG_SYSCONFTOOL + LT_INIT + + AC_PATH_PROGS(PERL, perl5 perl, perl) |