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:
da52bd4
)
build: Check for Perl modules we actually use.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 31 Jan 2012 13:55:42 +0000
(13:55 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 31 Jan 2012 13:56:00 +0000
(13:56 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
85f9c73
..
60f1670
100644
(file)
--- 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])