aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-04-03 22:47:04 +0000
committerMichael Elkins <melkins@tislabs.com>2013-04-03 22:47:04 +0000
commitb26aaf3b46c277d485afd9fcc5c9b9ee41fa9586 (patch)
tree0156cc9305c045117cac8176b1d22fe7d4f6951e /configure.ac
parent8eb584c27a20975ad1f66c92b7cd8ce52e129b06 (diff)
remove support for virtualenv.
closes #504 svn path=/trunk/; revision=5269
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
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)])'`)