From daadc3cfc3e5f35e2b5f861317d23e3a4d7a2137 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 17 May 2013 15:27:29 -0400 Subject: Build with GLib 2.32 as well Needed by NetworkManager. --- gsystem-subprocess.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gsystem-subprocess.c') 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 -- cgit v1.2.1