From: Richard W.M. Jones Date: Tue, 31 Jan 2012 13:55:42 +0000 (+0000) Subject: build: Check for Perl modules we actually use. X-Git-Tag: v1.1.0~3 X-Git-Url: http://git.annexia.org/?p=techtalk-pse.git;a=commitdiff_plain;h=8cff160150d7af1c8a315c01fa9b9f99368394a2 build: Check for Perl modules we actually use. --- diff --git a/configure.ac b/configure.ac index 85f9c73..60f1670 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ test "x$POD2TEXT" = "xno" && dnl Check for required Perl modules. missing_perl_modules=no -for pm in Pod::Usage Getopt::Long Glib Gtk2 Gtk2::MozEmbed; do +for pm in Pod::Usage Getopt::Long Glib Gtk2 Gtk2::Gdk::Keysyms Gtk2::WebKit Gnome2::Vte; do AC_MSG_CHECKING([for $pm]) if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no])