diff options
-rwxr-xr-x | configure | 48 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | rpkid/Makefile.in | 2 |
3 files changed, 0 insertions, 53 deletions
@@ -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 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 diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index efbdd6d3..3d2438ae 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -5,8 +5,6 @@ SUBDIRS = portal-gui PYTHON = @PYTHON@ TRANG = @TRANG@ -DJANGO_ADMIN = @DJANGO_ADMIN@ - CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ @POW_LDFLAGS@ LIBS = @LIBS@ |