diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-19 04:39:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-19 04:39:39 +0800 |
commit | 1741c515eda8918bebe8844beb4cd32cbdd6aa58 (patch) | |
tree | c4612bdf7d99921fa7bf7e52b19b4a5b27f8d504 /configure.ac | |
parent | bf6e7073bb05741c865cf9efee9ec387acdee4b9 (diff) | |
download | gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar.gz gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar.bz2 gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar.lz gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar.xz gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.tar.zst gsoc2013-epiphany-1741c515eda8918bebe8844beb4cd32cbdd6aa58.zip |
=== Release 2.17.4 ===RELEASE_2_17_4
2006-12-18 Christian Persch <chpe@cvs.gnome.org>
=== Release 2.17.4 ===
* autogen.sh:
* configure.ac:
* src/Makefile.am:
Link with -lxpcomglue_s on trunk.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 20a6b4b0a..abb38e663 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,7 @@ AC_SUBST([MOZILLA_INCLUDE_ROOT]) AC_SUBST([MOZILLA_HOME]) AC_SUBST([MOZILLA_PREFIX]) AC_SUBST([MOZILLA_EXTRA_LIBS]) +AC_SUBST([MOZILLA_GLUE_LIBS]) if test "$gecko_cv_gecko_version_int" -lt "1008000"; then AC_MSG_ERROR([Gecko version $gecko_cv_gecko_version is not supported!]) |