diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 33ac6f1e..ac261db3 100644 --- a/configure.ac +++ b/configure.ac @@ -699,14 +699,6 @@ fi if test $build_ca_tools = yes then - AC_MSG_CHECKING([if running under virtualenv]) - if test "x$VIRTUAL_ENV" != "x"; then - AC_SUBST(VIRTUAL_ENV, [$VIRTUAL_ENV]) - AC_MSG_RESULT([$VIRTUAL_ENV]) - else - AC_MSG_RESULT(no) - fi - # Source: http://blog.leosoto.com/2008/04/django-secretkey-generation.html AC_SUBST(SECRET_KEY, `$PYTHON -c 'import random; print "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)])'`) |