build: Check for Perl modules we actually use.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 31 Jan 2012 13:55:42 +0000 (13:55 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 31 Jan 2012 13:56:00 +0000 (13:56 +0000)
configure.ac

index 85f9c73..60f1670 100644 (file)
@@ -28,7 +28,7 @@ test "x$POD2TEXT" = "xno" &&
 
 dnl Check for required Perl modules.
 missing_perl_modules=no
 
 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])
     AC_MSG_CHECKING([for $pm])
     if ! perl -M$pm -e1 >/dev/null 2>&1; then
         AC_MSG_RESULT([no])