diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-06 21:59:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-06 21:59:38 +0800 |
commit | f69428538cf9049e4bc6dab1106e036c0c3c4f8c (patch) | |
tree | 5cc77a6fc59db112827919194a94606bcb6f6a1f /m4/gecko.m4 | |
parent | 931a5b0d35e13d0af0fa388e52a56caf513bb581 (diff) | |
download | gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar.gz gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar.bz2 gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar.lz gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar.xz gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.tar.zst gsoc2013-epiphany-f69428538cf9049e4bc6dab1106e036c0c3c4f8c.zip |
More xulrunner fixes.
2006-02-06 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
More xulrunner fixes.
Diffstat (limited to 'm4/gecko.m4')
-rw-r--r-- | m4/gecko.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/gecko.m4 b/m4/gecko.m4 index b32e9f52d..fb9d58ec7 100644 --- a/m4/gecko.m4 +++ b/m4/gecko.m4 @@ -379,7 +379,11 @@ GECKO_RUN_IFELSE([], #include <nsILocalFile.h> #include <nsIServiceManager.h> #include <nsIComponentRegistrar.h> +#ifdef HAVE_GECKO_1_8 +#include <nsStringAPI.h> +#else #include <nsString.h> +#endif ]],[[ // redirect unwanted mozilla debug output freopen ("/dev/null", "w", stdout); |