aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2012-11-27 22:29:14 +0000
committerMichael Elkins <melkins@tislabs.com>2012-11-27 22:29:14 +0000
commit39691c853de3f6a8f59bcfe798a2c7730e8cf69f (patch)
treea3ef8ebc7c72ba3116401e8f83af6faddcc2f724 /configure
parent968d98c3c95dff6ceee72aca0e578005a542fb6a (diff)
Fix error message regarding the minimum version requirement for Django. See #358
svn path=/trunk/; revision=4918
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 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