aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-17 04:45:27 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:28 +0800
commit41e4816144f6e9ace93b0497f35c6aee480fa1c5 (patch)
tree63a22e580b5fa39218c167c4c14a63bf1360423a /configure.ac
parentc701544eca086e1d87f8f3539580a37c6fcd3931 (diff)
downloadgsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar.gz
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar.bz2
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar.lz
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar.xz
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.tar.zst
gsoc2013-empathy-41e4816144f6e9ace93b0497f35c6aee480fa1c5.zip
Update for more recent webkit
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 187c803e1..c5bf2f544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,7 +166,7 @@ AC_ARG_ENABLE(webkit,
if test "x$enable_webkit" != "xno"; then
PKG_CHECK_MODULES(WEBKIT,
[
- WebKitGtk
+ webkit-1.0
], have_webkit="yes", have_webkit="no")
if test "x$have_webkit" = "xyes"; then