diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-08 22:26:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-08 22:26:47 +0800 |
commit | bfc8ec21731da108340a66d5137da6dc70d55607 (patch) | |
tree | 1cc141a3af5537aedf777118542406990ad563d0 /configure.ac | |
parent | 91314eee710ec152f392d316547a2eb0a3a4f6f4 (diff) | |
download | gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.gz gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.bz2 gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.lz gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.xz gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.zst gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.zip |
Also build with ff trunk, by explicitly linking with -lxul.
2006-02-08 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
* src/Makefile.am:
Also build with ff trunk, by explicitly linking with -lxul.
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 c71acebb7..68a6928e9 100644 --- a/configure.ac +++ b/configure.ac @@ -169,6 +169,7 @@ AC_SUBST([MOZILLA_FLAVOUR]) AC_SUBST([MOZILLA_INCLUDE_ROOT]) AC_SUBST([MOZILLA_HOME]) AC_SUBST([MOZILLA_PREFIX]) +AC_SUBST([MOZILLA_EXTRA_LIBS]) case "$MOZILLA" in mozilla) min_version=1.7.9 ;; |