gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: remove ancient jsmin au


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove ancient jsmin autocheck
Date: Wed, 26 Apr 2017 10:09:57 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 1016679  remove ancient jsmin autocheck
1016679 is described below

commit 1016679d6551aa193f14cd3581ed3c8d0d5f10b9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 26 10:09:53 2017 +0200

    remove ancient jsmin autocheck
---
 configure.ac | 14 --------------
 1 file changed, 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]