diff options
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 68764ff32..6f7c5a6c8 100644 --- a/configure.ac +++ b/configure.ac @@ -267,6 +267,9 @@ dnl FIXME find a m4/autoconf guru who can distill this into a nice macro CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/pipnss `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom`" CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS `$PKG_CONFIG --cflags-only-other $MOZILLA-xpcom`" +dnl Sigh Gentoo has a rubbish header layout +CPPFLAGS="$CPPFLAGS -I$MOZILLA_INCLUDE_ROOT/dom" + AC_MSG_CHECKING([[whether we have a gtk 2 mozilla build]]) AC_RUN_IFELSE( |