diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 20:57:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 20:57:15 +0800 |
commit | 726e2bcf255966c6eab86a04d437edc797375606 (patch) | |
tree | 5500082d23d97908e293c064bb98328229c27e29 /configure.ac | |
parent | 0d23d7861fb49507256d67ea6fbf3e0d9701626d (diff) | |
download | gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar.gz gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar.bz2 gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar.lz gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar.xz gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.tar.zst gsoc2013-epiphany-726e2bcf255966c6eab86a04d437edc797375606.zip |
Define WITH_XULRUNNER_ENGINE.
svn path=/trunk/; revision=7419
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 41db8320e..872af6a33 100644 --- a/configure.ac +++ b/configure.ac @@ -369,6 +369,8 @@ if test "$with_engine" = "xulrunner"; then LIBXUL_INIT +AC_DEFINE([WITH_XULRUNNER_ENGINE],[1],[Define if building the Xulrunner backend]) + WEASEL_UA_VERSION=3.0 AC_SUBST([WEASEL_UA_VERSION]) |