diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-04-04 23:40:56 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-04-04 23:40:56 +0000 |
commit | 9ad30280f9728e45a35bebcc25727a3f62e66fce (patch) | |
tree | 3ef5859f31a831013d8912bb3546e0351a1ff5ec /configure.ac | |
parent | 3ce4d43357e64d6f0537756838f337f204908a5c (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.ac | 3 |
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 |