From b26aaf3b46c277d485afd9fcc5c9b9ee41fa9586 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Wed, 3 Apr 2013 22:47:04 +0000 Subject: remove support for virtualenv. closes #504 svn path=/trunk/; revision=5269 --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') 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)])'`) -- cgit v1.2.3