~ps-jenkins/notify-osd/latestsnapshot-0.9.35daily13.05.30-0ubuntu1

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Mirco Müller
  • Date: 2011-07-13 10:07:04 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20110713100704-ov3fqulkbpg15ayh
Migrated gconf-based settings to GSettings-XML and added the needed autofoo-magic

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
PKG_PROG_PKG_CONFIG
25
25
 
26
26
#
 
27
# use all the GSettings-magic
 
28
#
 
29
GLIB_GSETTINGS
 
30
 
 
31
#
27
32
# glib, we need 2.16.0 for the unit-tests
28
33
#
29
34
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16.0 gthread-2.0 gconf-2.0 gio-2.0])