aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3c3d18ce..baa23bb6 100755
--- a/configure
+++ b/configure
@@ -4409,8 +4409,8 @@ $as_echo "$as_me: WARNING: I can't find Python.h. Python sources are required t
if test $have_acceptable_django = no
then
ok=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The RPKI CA tools require Django 1.2 or higher." >&5
-$as_echo "$as_me: WARNING: The RPKI CA tools require Django 1.2 or higher." >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The RPKI CA tools require Django 1.3 or higher." >&5
+$as_echo "$as_me: WARNING: The RPKI CA tools require Django 1.3 or higher." >&2;}
fi
if test $have_vobject = no
then
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