diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-10-07 19:04:25 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-10-07 19:04:25 +0800 |
commit | 38fd32a8c0541a959537161ac7dd8737a0c86b7b (patch) | |
tree | 8d41ece32e7a6ab805a09fcbb4b46aee18cd1bc4 /configure.ac | |
parent | e100320fecf3a8432d2506b48e62c10cd9a13224 (diff) | |
download | gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar.gz gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar.bz2 gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar.lz gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar.xz gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.tar.zst gsoc2013-epiphany-38fd32a8c0541a959537161ac7dd8737a0c86b7b.zip |
reviewed by: Christian Persch <chpe@cvs.gnome.org>
2004-10-07 Marco Pesenti Gritti <marco@gnome.org>
reviewed by: Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
Initialize plugins path env var for backward compatibility
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ae8463421..8250b6d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -175,6 +175,9 @@ AC_SUBST(MOZILLA_INCLUDE_ROOT) MOZILLA_HOME="`$PKG_CONFIG --variable=libdir $MOZILLA-gtkmozembed`" AC_SUBST(MOZILLA_HOME) +MOZILLA_PREFIX="`$PKG_CONFIG --variable=prefix $MOZILLA-gtkmozembed`" +AC_SUBST(MOZILLA_PREFIX) + dnl ************************************************************************* dnl This is from Mozilla's configure.in. They set almost all the config stuff dnl they need in mozilla-config.h Except for this compiler flag, which can't |