aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-03-19 18:25:04 +0000
committerMichael Elkins <melkins@tislabs.com>2013-03-19 18:25:04 +0000
commitc6e2ec467a7d2918a313aa97b33e61411d34a2b2 (patch)
treee42de973e2b9a87efec2b4634f6e426d5ae131ec /configure
parentaa924816b6c468790dc236d5a5f7f74c01e99d9d (diff)
$DJANGO_DIR is no longer needed and not used anywhere
svn path=/trunk/; revision=5175
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 336f09b5..3ea6f6b5 100755
--- a/configure
+++ b/configure
@@ -604,7 +604,6 @@ LIBOBJS
WSGI_PROCESS_GROUP
WSGI_DAEMON_PROCESS
DJANGO_ADMIN
-DJANGO_DIR
SECRET_KEY
VIRTUAL_ENV
OPENSSL_SO_GLOB
@@ -4906,9 +4905,6 @@ $as_echo "no" >&6; }
SECRET_KEY=`$PYTHON -c 'import random; print "".join(random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50))'`
- DJANGO_DIR=`$PYTHON -c 'import os,sys; print [os.path.join(p, "django") for p in sys.path if os.path.exists(os.path.join(p, "django"))][0]'`
-
-
# There is no standard name for this tool, so check for it.
for ac_prog in django-admin django-admin.py
do