diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-07 07:04:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-07 07:04:27 +0000 |
commit | b7cb2c40c8081f9cf02e1be230942d5580b5c9b0 (patch) | |
tree | bc7b35630d7786aed8bb7eb7f8779da3ec509e4d /configure | |
parent | f2f5138921a49b69cdd0600dcde3d47e61a6a10b (diff) |
Relax South requirement to version 0.7.5, per Michael's testing. Closes #450.
svn path=/trunk/; revision=5117
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4792,9 +4792,9 @@ $as_echo "$have_django_south" >&6; } if test $have_django_south = yes then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Django South 0.7.6 or later" >&5 -$as_echo_n "checking for Django South 0.7.6 or later... " >&6; } - have_acceptable_django_south=`$PYTHON -c "import south; print 'no' if map(int,south.__version__.split('.')) < [0, 7, 6] else 'yes'"` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Django South 0.7.5 or later" >&5 +$as_echo_n "checking for Django South 0.7.5 or later... " >&6; } + have_acceptable_django_south=`$PYTHON -c "import south; print 'no' if map(int,south.__version__.split('.')) < [0, 7, 5] else 'yes'"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_acceptable_django_south" >&5 $as_echo "$have_acceptable_django_south" >&6; } fi @@ -4848,8 +4848,8 @@ $as_echo "$as_me: WARNING: The RPKI CA GUI requires the Python vobject module" > if test $have_acceptable_django_south = no then ok=no - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The RPKI CA tools require Django South 0.7.6 or higher." >&5 -$as_echo "$as_me: WARNING: The RPKI CA tools require Django South 0.7.6 or higher." >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The RPKI CA tools require Django South 0.7.5 or higher." >&5 +$as_echo "$as_me: WARNING: The RPKI CA tools require Django South 0.7.5 or higher." >&2;} fi # # This should be the last test in this group, so that failures get the --disable-ca-tools warning. |