diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
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 |