summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-21 18:23:49 +0200
committerAlon Levy <alevy@redhat.com>2011-07-22 16:24:04 +0300
commitaab6aa419c74cac0dda3acceb17558ebdcc85459 (patch)
treea8432ed66aecebb7474fc63e91886f75e1b21eca /configure.ac
parentebe1cf76d4a86fea239b425caabe64aeaa2e13e2 (diff)
downloadspice-aab6aa419c74cac0dda3acceb17558ebdcc85459.tar.gz
spice-aab6aa419c74cac0dda3acceb17558ebdcc85459.tar.xz
spice-aab6aa419c74cac0dda3acceb17558ebdcc85459.zip
fix make distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01872c55..7081497b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ SPICE_REQUIRES+=" celt051 >= 0.5.1.1"
if test ! -e client/generated_marshallers.cpp; then
AC_MSG_CHECKING([for pyparsing python module])
-echo "import pyparsing" | python - >/dev/null 2&>1
+echo "import pyparsing" | python - >/dev/null 2>&1
if test $? -ne 0 ; then
AC_MSG_RESULT([not found])
AC_MSG_ERROR([pyparsing python module is required to compile this package])