From 8cff160150d7af1c8a315c01fa9b9f99368394a2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 31 Jan 2012 13:55:42 +0000 Subject: [PATCH] build: Check for Perl modules we actually use. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 1.8.3.1