summarylogtreecommitdiffstats
path: root/fix-configure-test-operator.patch
diff options
context:
space:
mode:
authorOscar Morante2015-09-04 18:15:52 +0300
committerOscar Morante2015-09-04 18:15:52 +0300
commit9b942cec777a676ae8ea1cad8c87657437bdb7b4 (patch)
tree69160542ca4fa5c191219646a7d451b4b87034c7 /fix-configure-test-operator.patch
parente6384b51f68c57d993111a2a0faf8a2bdd69bb32 (diff)
downloadaur-9b942cec777a676ae8ea1cad8c87657437bdb7b4.tar.gz
updgrade to 1.5.24
Diffstat (limited to 'fix-configure-test-operator.patch')
-rw-r--r--fix-configure-test-operator.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/fix-configure-test-operator.patch b/fix-configure-test-operator.patch
index 41ef5e51c5f4..e17e7091f826 100644
--- a/fix-configure-test-operator.patch
+++ b/fix-configure-test-operator.patch
@@ -8,14 +8,14 @@ Gbp-Pq: Topic misc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index e7ebe01..2d57b76 100644
+index 5eed08f..1d260aa 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -1187,7 +1187,7 @@ if test "x$with_idn" != "xno"; then
- ])
+@@ -1213,7 +1213,7 @@ if test "x$with_idn" != "xno"; then
+ LIBS="$mutt_save_LIBS"
if test "$with_idn" != auto; then
-- if test $have_stringprep_h = no || test $have_idna_h = no || test $ac_cv_search_STRINGPREP_CHECK_VERSION = no; then
+- if test $have_stringprep_h = no || test $have_idna_h = no || test $ac_cv_search_stringprep_check_version = no; then
+ if test "$have_stringprep_h" = no || test "$have_idna_h" = no || test "$ac_cv_search_STRINGPREP_CHECK_VERSION" = no; then
AC_MSG_ERROR([IDN was requested, but libidn was not usable on this system])
fi