summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gobject/Makefile.am2
-rw-r--r--tests/Makefile.am3
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 90989a0..9689e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-27 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+ * tests/Makefile.am,
+ * gobject/Makefile.am: Remove -D_XOPEN_SOURCE=600
+ -D__EXTENSIONS__, no longer needed.
+
* configure.ac: Don't add -std=c9x CFLAG on Solaris. Fixes
#339924 again.
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 57a961b..94cafc7 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = 1.7
PLATFORM_VERSION = 2.0
-INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN
pkgincludedir = $(includedir)/pygtk-$(PLATFORM_VERSION)
pkginclude_HEADERS = pygobject.h
diff --git a/tests/Makefile.am b/tests/Makefile.am
index efa0d9c..3b05018 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,7 @@
INCLUDES = \
$(PYTHON_INCLUDES) \
$(GLIB_CFLAGS) \
- -I$(top_srcdir)/gobject \
- -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+ -I$(top_srcdir)/gobject
EXTRA_DIST = \
$(tests) \