summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-25 10:47:21 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-25 10:47:21 +0200
commitf80d6a250c99210c366410bb313a6c11f6fc58b1 (patch)
treeb3bb5aaf0f613ca6b7600f89b266abd6c3e69d8d /configure.ac
parentf09cb421c2eeec58b2f768e09b97b39b8616ec02 (diff)
downloaddonations-f80d6a250c99210c366410bb313a6c11f6fc58b1.tar.gz
donations-f80d6a250c99210c366410bb313a6c11f6fc58b1.tar.bz2
donations-f80d6a250c99210c366410bb313a6c11f6fc58b1.zip
5667: move jsmin dep to setup.py.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index c7440be..e2ecfbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,16 +49,6 @@ 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