diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-04-21 20:46:36 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-04-21 20:46:36 +0200 |
commit | de2798a001f85e13391837abcc50682998776396 (patch) | |
tree | da90cfd5ac467e229e64a847efe2a32f287ca67e | |
parent | 8cac57227d196ca7976ded18bbaaed91ee602f1a (diff) |
build-sys: pyparsing req. moved to spice-common
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 1 insertions, 11 deletions
@@ -55,7 +55,7 @@ gstreamer-devel gstreamer-plugins-base-devel . If you build from git, you'll also need: -libtool automake pyparsing vala perl-Text-CSV +libtool automake vala perl-Text-CSV current state diff --git a/configure.ac b/configure.ac index 45d99dc..09129b7 100644 --- a/configure.ac +++ b/configure.ac @@ -77,16 +77,6 @@ dnl ========================================================================= dnl Chek optional features srcdir="$(dirname $0)" -if test ! -e "$srcdir/gtk/generated_marshallers.c"; then - AC_MSG_CHECKING([for pyparsing python module]) - 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]) - fi - AC_MSG_RESULT([found]) -fi - if test ! -e "$srcdir/gtk/vncdisplaykeymap_osx2xtkbd.c"; then AC_MSG_CHECKING([for Text::CSV Perl module]) perl -MText::CSV -e "" >/dev/null 2>&1 |