~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Mark Sapiro
  • Date: 2020-09-13 14:21:30 UTC
  • Revision ID: mark@msapiro.net-20200913142130-jfhgrkyb5f25sd00
Update configure to indicate dnspython<2.0 is required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
then
108
108
    AC_MSG_ERROR([
109
109
 
110
 
***** dnspython not found. It is required for the new
111
 
***** dmarc_moderation_action featurer. Get it from
 
110
***** dnspython <2.0 not found. It is required for the new
 
111
***** dmarc_moderation_action feature. Get it from
112
112
***** <http://www.dnspython.org/> or
113
 
***** <https://pypi.python.org/pypi/dnspython/>])
 
113
***** <https://pypi.python.org/pypi/dnspython/>
 
114
***** You must get a version < 2.0])
114
115
fi
115
116
AC_MSG_RESULT($havednspython)
116
117