diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17c36521..a32be69b 100644 --- a/configure.ac +++ b/configure.ac @@ -340,7 +340,7 @@ case $enable_ca_tools in if test $have_acceptable_django = no then ok=no - AC_MSG_WARN([The RPKI CA tools require Django 1.2 or higher.]) + AC_MSG_WARN([The RPKI CA tools require Django 1.3 or higher.]) fi if test $have_vobject = no then |