aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2013-04-04 23:40:56 +0000
committerMichael Elkins <melkins@tislabs.com>2013-04-04 23:40:56 +0000
commit9ad30280f9728e45a35bebcc25727a3f62e66fce (patch)
tree3ef5859f31a831013d8912bb3546e0351a1ff5ec /configure.ac
parent3ce4d43357e64d6f0537756838f337f204908a5c (diff)
configure no longer needs to look for django-admin.py
svn path=/trunk/; revision=5280
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b0e2f6d1..94c83d5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,9 +699,6 @@ fi
if test $build_ca_tools = yes
then
- # There is no standard name for this tool, so check for it.
- AC_PATH_PROGS(DJANGO_ADMIN, [django-admin django-admin.py])
-
if test "$enable_wsgi_daemon_mode" != no
then
if test "$enable_wsgi_daemon_mode" = yes; then