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: implement #5727


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: implement #5727
Date: Thu, 16 May 2019 19:01:04 +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 d406255  implement #5727
d406255 is described below

commit d406255efad0988f04b131ab66d79b89f9de4fa4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 16 19:00:57 2019 +0200

    implement #5727
---
 configure.ac | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3a92cde..fd273b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,17 +43,7 @@ AC_MSG_RESULT([pip3 version: $PIP_VERSION])
 
 AX_COMPARE_VERSION([$PIP_VERSION],[lt],[6.0], [AC_MSG_ERROR([Please install 
pip3>=6.0])])
 
-# On Debian systems, we may need to pass "--system" to pip3 to get
-# to the desired installation target directory
-AC_MSG_CHECKING([for pip3 --system])
-$PIP_EXE install --help | grep '\-\-system' >> /dev/null
-if test $? -ne 0;
-then
-   DEBIAN_PIP3_SYSTEM=""
-else
-   DEBIAN_PIP3_SYSTEM="--system"
-fi
-AC_SUBST(DEBIAN_PIP3_SYSTEM)
+AC_ARG_VAR(DEBIAN_PIP3_SYSTEM, "Custom flags to be used along 'pip install'")
 
 #
 # Check for PostgreSQL

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



reply via email to

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