summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-04-07 22:26:05 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-04-07 22:26:05 +0200
commitcb4c2b5333018fbc4217f19de30d85499d70057c (patch)
tree5a8d575a2a4a744480c367925df8da4ebd46ba13 /configure.ac
parent07b68050863b67e4794419d06b4718651d300eee (diff)
downloadbank-cb4c2b5333018fbc4217f19de30d85499d70057c.tar.gz
bank-cb4c2b5333018fbc4217f19de30d85499d70057c.tar.bz2
bank-cb4c2b5333018fbc4217f19de30d85499d70057c.zip
removing virtualenv check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 6f32bea..793b5b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,13 +4,6 @@ AC_CONFIG_MACRO_DIR([m4])
PC_INIT([3.4])
-AC_MSG_NOTICE([Checking for virtualenv])
-virtualenv --version > /dev/null
-if test $? -ne 0;
- then
- AC_MSG_ERROR([No virtualenv found])
-fi
-
AC_MSG_NOTICE([Checking for pip3])
pip3 --version > /dev/null
if test $? -ne 0;