diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-08-28 05:47:07 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-08-28 05:47:07 +0800 |
commit | 9acbc44f12e4db912061ac42a0099c1439a530c8 (patch) | |
tree | a6f3648c2f5746aaa229bfb126f3e62627cd83fe /configure.ac | |
parent | 424a2bd495c0901cb51c61b671b2c966e6f9f67b (diff) | |
download | gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar.gz gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar.bz2 gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar.lz gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar.xz gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.tar.zst gsoc2013-epiphany-9acbc44f12e4db912061ac42a0099c1439a530c8.zip |
Add another workaround for the Gentoo header layout, and reference the
2005-08-27 Crispin Flowerday <gnome@flowerday.cx>
* configure.ac:
* embed/mozilla/Makefile.am:
Add another workaround for the Gentoo header layout, and
reference the gentoo bug in the configure script
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 28ec189f3..eee770350 100644 --- a/configure.ac +++ b/configure.ac @@ -268,6 +268,7 @@ CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/pipnss `$PKG_CONFIG -- CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS `$PKG_CONFIG --cflags-only-other $MOZILLA-xpcom`" dnl Sigh Gentoo has a rubbish header layout +dnl http://bugs.gentoo.org/show_bug.cgi?id=100804 CPPFLAGS="$CPPFLAGS -I$MOZILLA_INCLUDE_ROOT/dom" AC_MSG_CHECKING([[whether we have a gtk 2 mozilla build]]) |