aboutsummaryrefslogtreecommitdiff
path: root/configure
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
parent3ce4d43357e64d6f0537756838f337f204908a5c (diff)
configure no longer needs to look for django-admin.py
svn path=/trunk/; revision=5280
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure48
1 files changed, 0 insertions, 48 deletions
diff --git a/configure b/configure
index 7755f62a..d8c9c494 100755
--- a/configure
+++ b/configure
@@ -603,7 +603,6 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
WSGI_PROCESS_GROUP
WSGI_DAEMON_PROCESS
-DJANGO_ADMIN
OPENSSL_SO_GLOB
OPENSSL_CONFIG_COMMAND
TOP_LEVEL_SUBDIRS
@@ -4877,53 +4876,6 @@ fi
if test $build_ca_tools = yes
then
- # There is no standard name for this tool, so check for it.
- for ac_prog in django-admin django-admin.py
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_DJANGO_ADMIN+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $DJANGO_ADMIN in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DJANGO_ADMIN="$DJANGO_ADMIN" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DJANGO_ADMIN="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
- ;;
-esac
-fi
-DJANGO_ADMIN=$ac_cv_path_DJANGO_ADMIN
-if test -n "$DJANGO_ADMIN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DJANGO_ADMIN" >&5
-$as_echo "$DJANGO_ADMIN" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$DJANGO_ADMIN" && break
-done
-
-
if test "$enable_wsgi_daemon_mode" != no
then
if test "$enable_wsgi_daemon_mode" = yes; then