summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-26 10:09:53 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-26 10:09:53 +0200
commit1016679d6551aa193f14cd3581ed3c8d0d5f10b9 (patch)
treefdf3e9beae3a6601014585a281e90ceeb0cd207a /configure.ac
parentb72f70798d126445a1558482774af9ca3c112883 (diff)
downloadbank-1016679d6551aa193f14cd3581ed3c8d0d5f10b9.tar.gz
bank-1016679d6551aa193f14cd3581ed3c8d0d5f10b9.tar.bz2
bank-1016679d6551aa193f14cd3581ed3c8d0d5f10b9.zip
remove ancient jsmin autocheck
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 94f1ba2..44d825f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,20 +55,6 @@ fi
AC_CHECK_PROG([tsc],[tsc],[yes],[no])
AM_CONDITIONAL([HAVE_TSC], [test "x$tsc" = xyes])
-#
-# Check for minifier
-#
-AC_MSG_CHECKING([Checking for jsmin])
-python3 -m jsmin &> /dev/null
-if test $? -ne 0;
- then
- AC_MSG_ERROR([Please install Python3 module 'jsmin'])
-fi
-
-#
-# Report
-#
-
if test x$pyheaders != x1; then
AC_MSG_WARN([Python headers not installed, might be required to build uwsgi])
fi