From 9ad30280f9728e45a35bebcc25727a3f62e66fce Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 4 Apr 2013 23:40:56 +0000 Subject: configure no longer needs to look for django-admin.py svn path=/trunk/; revision=5280 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3