aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/eel-gconf-extensions.c5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f86ab6da2..72ea74be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+ * lib/eel-gconf-extensions.c:
+
+ #ifdef HAVE_CONFIG_H the inclusion of config.h.
+
+2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+
* lib/Makefile.am:
Remove duplicate entry for ephy-gui.h.
diff --git a/lib/eel-gconf-extensions.c b/lib/eel-gconf-extensions.c
index 6e0ca59dd..387eb4e9e 100644
--- a/lib/eel-gconf-extensions.c
+++ b/lib/eel-gconf-extensions.c
@@ -22,7 +22,10 @@
Authors: Ramiro Estrugo <ramiro@eazel.com>
*/
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "eel-gconf-extensions.h"
#include <glib/gi18n.h>