[nautilus-actions] Define HAVE_GCONF variable



commit ff2f54b36e5168d04b1224d4aaae8f92c953482d
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Jan 2 21:12:53 2011 +0100

    Define HAVE_GCONF variable

 ChangeLog    |    4 +++-
 configure.ac |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e704624..549d91b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -135,7 +135,9 @@
 
 2011-01-03 Pierre Wieser <pwieser trychlos org>
 
-	* configure.ac: Define HAVE_GSETTINGS variable.
+	* configure.ac:
+	- Define HAVE_GSETTINGS variable.
+	- Define HAVE_GCONF variable.
 
 2011-01-02 Pierre Wieser <pwieser trychlos org>
 
diff --git a/configure.ac b/configure.ac
index a744d26..00a2c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,7 @@ AM_GLIB_GNU_GETTEXT
 # GConf support
 AC_PATH_PROG([GCONFTOOL],[gconftool-2],[no])
 AM_GCONF_SOURCE_2
+AC_DEFINE_UNQUOTED([HAVE_GCONF],[1],[Whether we compile against the GConf library])
 
 # note that requiring through pkg-config the version number of the
 # nautilus-extension library actually returns the version number of



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