[nautilus-actions] Compile with GSEAL_ENABLED



commit 7cb6911023e1f03f966da8fd085a5bf9a7d0846b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sat May 29 17:56:16 2010 +0200

    Compile with GSEAL_ENABLED
    
    This is a requirement for Gnome 2.31 serie.

 ChangeLog    |    4 ++++
 configure.ac |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d298a2e..cb391f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
 
 	* src/core/na-iabout.c: Update copyright notice.
 
+2010-05-29 Pierre Wieser <pwieser trychlos org>
+
+	* configure.ac: Define GSEAL_ENABLED.
+
 2010-05-26 Pierre Wieser <pwieser trychlos org>
 
 	* src/api/na-core-utils.h:
diff --git a/configure.ac b/configure.ac
index 0b56e11..e2a1868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,9 +86,7 @@ GNOME_COMMON_INIT
 GNOME_MAINTAINER_MODE_DEFINES
 NA_GNOME_COMPILE_WARNINGS([error],[-ansi -Wno-overlength-strings -Wformat=2])
 AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} ${DISABLE_DEPRECATED}"])
-# unique 1.0.8 doesn't satisfy this
-#AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} \
-#	-DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"])
+AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} -DGSEAL_ENABLED"])
 AC_SUBST([AM_CFLAGS],["${AM_CFLAGS} ${WARN_CFLAGS}"])
 
 # GLib marshaling



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]