diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-10 18:45:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-10 18:45:26 +0800 |
commit | 8fa636f36bf250aa729409de2d77c562f809eebc (patch) | |
tree | b6b6ff1aede0dc0bb8eebc93bce68fa2f96856d1 /configure.ac | |
parent | 744e44b5a8af8b04f6965dd23c67a55d33e71db4 (diff) | |
download | gsoc2013-epiphany-8fa636f36bf250aa729409de2d77c562f809eebc.tar.gz gsoc2013-epiphany-8fa636f36bf250aa729409de2d77c562f809eebc.tar.zst gsoc2013-epiphany-8fa636f36bf250aa729409de2d77c562f809eebc.zip |
Rewrite the contractid check. Now works with builds without
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* m4/gecko.m4:
Rewrite the contractid check. Now works with builds without
--with-default-mozilla-five-home.
Balance AC_LANG_POP/PUSH.
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 fcd5f409a..6c3437873 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,7 @@ dnl ********************************** dnl FIXME find a m4/autoconf guru who can distill this into a nice macro +AC_LANG_PUSH([C++]) _SAVE_CFLAGS=$CXXFLAGS _SAVE_CPPFLAGS=$CPPFLAGS CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/pipnss `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom`" |