git.annexia.org
/
techtalk-pse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c223ae0
)
Check also for Gtk3::WebKit.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 9 Aug 2017 11:52:25 +0000
(12:52 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 9 Aug 2017 11:52:25 +0000
(12:52 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e82a1bd
..
997e64f
100644
(file)
--- 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])