summaryrefslogtreecommitdiff
path: root/cut-n-paste-code
diff options
context:
space:
mode:
authorChristian Persch <chpe@svn.gnome.org>2007-02-19 19:24:17 +0000
committerChristian Persch <chpe@src.gnome.org>2007-02-19 19:24:17 +0000
commitf59fe7af348bf77b0bfc26336d2981306b34e684 (patch)
tree731f3607cef0343018dfaaec6f4472c038cf6ad1 /cut-n-paste-code
parent5ae1fd31aef08b9cfb5a3d7d62f6b1134936bddc (diff)
downloadnautilus-f59fe7af348bf77b0bfc26336d2981306b34e684.tar.gz
Don't build included GSequence on glib >= 2.13.0. Bug #407618.
2007-02-19 Christian Persch <chpe@svn.gnome.org> * configure.in: * cut-n-paste-code/Makefile.am: * src/Makefile.am: * src/file-manager/fm-list-model.c: Don't build included GSequence on glib >= 2.13.0. Bug #407618. svn path=/trunk/; revision=12754
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r--cut-n-paste-code/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/cut-n-paste-code/Makefile.am b/cut-n-paste-code/Makefile.am
index fc3b8bc05..5bd1b47ac 100644
--- a/cut-n-paste-code/Makefile.am
+++ b/cut-n-paste-code/Makefile.am
@@ -1,2 +1,5 @@
-SUBDIRS = widgets libegg gsequence
+SUBDIRS = widgets libegg
+if !HAVE_GLIB_2_14
+SUBDIRS += gsequence
+endif