diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-06 03:12:55 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-06 03:12:55 +0000 |
commit | ec9e5324cc83b0ba3421e16dd25337052a3e795b (patch) | |
tree | f57f6a4eb81dc88444cb9328a81a9f8f9dcdfb7d /configure.ac | |
parent | f23534c036025f528f70b73afb8aeeda337a0c0f (diff) |
revert [5090]
see #423
svn path=/trunk/; revision=5109
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
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 |