aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2020-09-13 07:21:30 -0700
committerMark Sapiro <mark@msapiro.net>2020-09-13 07:21:30 -0700
commitcecc0ea4d8d4b813bcf8b04eb2c45b6143de3a7c (patch)
treea5edcb98419a5044b5fa59f7b14e9d9445889e5a
parent6e4fc774d26cf26859618aa0ee251001e557bd4c (diff)
downloadmailman2-cecc0ea4d8d4b813bcf8b04eb2c45b6143de3a7c.tar.gz
mailman2-cecc0ea4d8d4b813bcf8b04eb2c45b6143de3a7c.tar.xz
mailman2-cecc0ea4d8d4b813bcf8b04eb2c45b6143de3a7c.zip
Update configure to indicate dnspython<2.0 is required.
-rwxr-xr-xconfigure7
-rw-r--r--configure.in7
2 files changed, 8 insertions, 6 deletions
diff --git a/configure b/configure
index 6749b007..59702c2f 100755
--- a/configure
+++ b/configure
@@ -2277,10 +2277,11 @@ if test "$havednspython" = "no"
then
as_fn_error $? "
-***** dnspython not found. It is required for the new
-***** dmarc_moderation_action featurer. Get it from
+***** dnspython <2.0 not found. It is required for the new
+***** dmarc_moderation_action feature. Get it from
***** <http://www.dnspython.org/> or
-***** <https://pypi.python.org/pypi/dnspython/>" "$LINENO" 5
+***** <https://pypi.python.org/pypi/dnspython/>
+***** You must get a version < 2.0" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $havednspython" >&5
$as_echo "$havednspython" >&6; }
diff --git a/configure.in b/configure.in
index e4956674..576b89b3 100644
--- a/configure.in
+++ b/configure.in
@@ -107,10 +107,11 @@ if test "$havednspython" = "no"
then
AC_MSG_ERROR([
-***** dnspython not found. It is required for the new
-***** dmarc_moderation_action featurer. Get it from
+***** dnspython <2.0 not found. It is required for the new
+***** dmarc_moderation_action feature. Get it from
***** <http://www.dnspython.org/> or
-***** <https://pypi.python.org/pypi/dnspython/>])
+***** <https://pypi.python.org/pypi/dnspython/>
+***** You must get a version < 2.0])
fi
AC_MSG_RESULT($havednspython)