[gtk-vnc] Remove check for Text::CSV



commit 74b6c47aa98a930fb983cddcc62207c0a2725061
Author: Daniel P. Berrange <berrange redhat com>
Date:   Mon Nov 29 11:10:36 2010 +0000

    Remove check for Text::CSV
    
    Revert the check for Text::CSV added in
    
      753ddcb203fd9ad26829a065fd4d47c82773e849
    
    Since the keymap files are now included in EXTRA_DIST, there
    is no requirement fo Text::CSV at end user build time. Only
    maintainers required the Text::CSV file when generating a
    new dist.

 configure.ac |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7a0cbcf..781ba2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -344,20 +344,9 @@ if test "x$enable_plugin" = "xyes"; then
     AC_SUBST(FIREFOX_PLUGIN_LIBS)
 fi
 
-AC_PATH_PROGS(PERL, perl5 perl)
-if test -z "$PERL" ; then
-    AC_MSG_ERROR([perl is required for gtk-vnc])
-fi
-
-AC_MSG_CHECKING([for Text::CSV])
-if `$PERL -e "require Text::CSV" 2>/dev/null`; then
-   AC_MSG_RESULT([ok])
-else
-   AC_MSG_ERROR([Text::CSV perl module is required for gtk-vnc])
-fi
-
 dnl define a MAINT-like variable REBUILD which is set
 dnl if Perl, so autogenerated sources can be rebuilt
+AC_PATH_PROGS(PERL, perl5 perl)
 AC_ARG_ENABLE(rebuilds, [  --disable-rebuilds      disable all source autogeneration rules],,enable_rebuilds=yes)
 REBUILD=\#
 if test "x$enable_rebuilds" = "xyes" && \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]