Check also for Gtk3::WebKit.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Aug 2017 11:52:25 +0000 (12:52 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Aug 2017 11:52:25 +0000 (12:52 +0100)
configure.ac

index e82a1bd..997e64f 100644 (file)
@@ -30,7 +30,7 @@ test "x$POD2TEXT" = "xno" &&
 
 dnl Check for required Perl modules.
 missing_perl_modules=no
-for pm in Pod::Usage Getopt::Long Glib Gtk3 Glib::Object::Introspection; do
+for pm in Pod::Usage Getopt::Long Glib Gtk3 Glib::Object::Introspection Gtk3::WebKit; do
     AC_MSG_CHECKING([for $pm])
     if ! perl -M$pm -e1 >/dev/null 2>&1; then
         AC_MSG_RESULT([no])