From ec9e5324cc83b0ba3421e16dd25337052a3e795b Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Wed, 6 Mar 2013 03:12:55 +0000 Subject: revert [5090] see #423 svn path=/trunk/; revision=5109 --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e87b25f3..51f432d2 100644 --- a/configure.ac +++ b/configure.ac @@ -684,10 +684,7 @@ then AC_SUBST(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. - AC_PATH_PROGS(DJANGO_ADMIN, [django-admin django-admin.py], [no]) - if test "$DJANGO_ADMIN" = no; then - AC_MSG_ERROR([unable to locate the django-admin script in your \$PATH]) - fi + AC_PATH_PROGS(DJANGO_ADMIN, [django-admin django-admin.py]) if test "$enable_wsgi_daemon_mode" != no then -- cgit v1.2.3