diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f9a37b5f..6451b807 100644 --- a/configure.ac +++ b/configure.ac @@ -255,8 +255,8 @@ else if test $have_django = yes then - AC_MSG_CHECKING([for Django 1.3 or higher]) - django_recent=`$PYTHON -c "import django; print 'no' if django.VERSION < (1, 3) else 'yes'"` + AC_MSG_CHECKING([for Django 1.2 or higher]) + django_recent=`$PYTHON -c "import django; print 'no' if django.VERSION < (1, 2) else 'yes'"` AC_MSG_RESULT([$django_recent]) fi fi |