summaryrefslogtreecommitdiff
path: root/gsystem-subprocess.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-17 15:27:29 -0400
committerColin Walters <walters@verbum.org>2013-05-17 15:27:29 -0400
commitdaadc3cfc3e5f35e2b5f861317d23e3a4d7a2137 (patch)
treee34d7ffc4c3d2f537a1b4158eff3831e6df90ae6 /gsystem-subprocess.c
parentbe1b3b9d3dbfacf15ede143de377452a92976468 (diff)
downloadlibgsystem-daadc3cfc3e5f35e2b5f861317d23e3a4d7a2137.tar.gz
Build with GLib 2.32 as well
Needed by NetworkManager.
Diffstat (limited to 'gsystem-subprocess.c')
-rw-r--r--gsystem-subprocess.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsystem-subprocess.c b/gsystem-subprocess.c
index ab5bbb7..a967896 100644
--- a/gsystem-subprocess.c
+++ b/gsystem-subprocess.c
@@ -21,6 +21,8 @@
#define _GSYSTEM_NO_LOCAL_ALLOC
#include "libgsystem.h"
+#if GLIB_CHECK_VERSION(2,34,0)
+
/**
* SECTION:gssubprocess
* @title: GSSubprocess
@@ -961,3 +963,5 @@ gs_subprocess_simple_run_sync (const char *cwd,
g_object_unref (proc);
return ret;
}
+
+#endif