[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105154: * configure.in (GSETTINGS):
From: |
Jan D. |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105154: * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26. |
Date: |
Wed, 13 Jul 2011 12:36:12 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105154
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 12:36:12 +0200
message:
* configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-07-11 23:13:28 +0000
+++ b/ChangeLog 2011-07-13 10:36:12 +0000
@@ -1,3 +1,7 @@
+2011-07-13 Jan Djärv <address@hidden>
+
+ * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
+
2011-07-11 YAMAMOTO Mitsuharu <address@hidden>
* configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
=== modified file 'configure.in'
--- a/configure.in 2011-07-11 23:13:28 +0000
+++ b/configure.in 2011-07-13 10:36:12 +0000
@@ -1987,7 +1987,7 @@
dnl GSettings has been tested under GNU/Linux only.
HAVE_GSETTINGS=no
if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
- PKG_CHECK_MODULES(GSETTINGS, glib-2.0 >= 2.26, HAVE_GSETTINGS=yes,
HAVE_GSETTINGS=no)
+ PKG_CHECK_MODULES(GSETTINGS, gio-2.0 >= 2.26, HAVE_GSETTINGS=yes,
HAVE_GSETTINGS=no)
if test "$HAVE_GSETTINGS" = "yes"; then
AC_DEFINE(HAVE_GSETTINGS, 1, [Define to 1 if using GSettings.])
SETTINGS_CFLAGS="$GSETTINGS_CFLAGS"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105154: * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.,
Jan D. <=