From 1ba19928afc218b95f2397f57f46614e0d3cb6c1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 9 Aug 2017 12:52:25 +0100 Subject: [PATCH 1/1] Check also for Gtk3::WebKit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e82a1bd..997e64f 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 1.8.3.1