aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlp Toker <atoker@src.gnome.org>2008-02-01 15:07:26 +0800
committerAlp Toker <atoker@src.gnome.org>2008-02-01 15:07:26 +0800
commit76bc4516537c83d1c717e88e403f93a22909ba99 (patch)
treeb5300d9150fa60f8acf2d390404321b159ba101e /configure.ac
parent60f3791d7bb069610daa9ad191e4653426fb7b8f (diff)
downloadgsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar.gz
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar.bz2
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar.lz
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar.xz
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.tar.zst
gsoc2013-epiphany-76bc4516537c83d1c717e88e403f93a22909ba99.zip
Track WebKit r29909 pkg-config rename
svn path=/trunk/; revision=7905
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 f6ff4e843..7e1bc5844 100644
--- a/configure.ac
+++ b/configure.ac
@@ -405,7 +405,7 @@ AM_CONDITIONAL([WITH_XULRUNNER_ENGINE],[test "$with_engine" = "xulrunner"])
if test "$with_engine" = "webkit" ; then
AC_DEFINE([WITH_WEBKIT_ENGINE],[1],[Define if you wish to enable webkit engine])
- PKG_CHECK_MODULES([WEBKIT], WebKitGtk)
+ PKG_CHECK_MODULES([WEBKIT], [webkit-1.0])
AC_SUBST([WEBKIT_CFLAGS])
AC_SUBST([WEBKIT_LIBS])
fi # with_engine = webkit