diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-06 06:42:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-06 06:42:45 +0800 |
commit | 2edc02176220d96d6386c500afaf4a680dc3a3b9 (patch) | |
tree | 85fb4c46e0bdd071208bc19bdf2c67e7609954d8 /configure.ac | |
parent | 0ce928e64a5739138599f82b69a4e43b2634df95 (diff) | |
download | gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.gz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.bz2 gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.lz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.xz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.zst gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.zip |
Changes to support xulrunner trunk (gecko 1.9).
2006-02-05 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
* configure.ac:
* embed/mozilla/Makefile.am:
Changes to support xulrunner trunk (gecko 1.9).
* embed/mozilla/mozilla-embed-single.cpp:
Go back to continuing after failed GetPassword;
fixes getting the password list in case one item
is corrupted.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 308e85334..eeb6a7756 100644 --- a/configure.ac +++ b/configure.ac @@ -177,7 +177,7 @@ seamonkey) min_version=1.0 ;; xulrunner) min_version=1.8 ;; esac -PKG_CHECK_MODULES([GECKO],[$MOZILLA-gtkmozembed >= $min_version $MOZILLA-xpcom >= $min_version]) +PKG_CHECK_MODULES([GECKO],[${gecko_cv_gecko}-xpcom >= $min_version $gecko_cv_extra_pkg_dependencies]) AC_SUBST([GECKO_CFLAGS]) AC_SUBST([GECKO_LIBS]) |