aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--m4/gecko.m44
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09d7cdce8..02189af06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-02-06 Christian Persch <chpe@cvs.gnome.org>
+ * m4/gecko.m4:
+
+ More xulrunner fixes.
+
+2006-02-06 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-main.c: (open_urls), (queue_commands), (main):
Fix opening of local files. Bug #330104.
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);