From a579bd94c943011d954202959e558dcad17b4e81 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 25 Jun 2019 10:28:32 +0200 Subject: 5667 --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5e349d2..3ea04fe 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,6 @@ AC_PROG_SED # # Check for Python # - PC_INIT([3.4]) pyheaders=0 PC_PYTHON_CHECK_HEADERS([pyheaders=1]) @@ -51,16 +50,6 @@ AX_COMPARE_VERSION([$VERSION],[lt],[6.0], [AC_MSG_ERROR([Please install pip3>=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 # -- cgit v1.2.3