From: Uwe Hermann Date: Sun, 2 Dec 2012 15:09:31 +0000 (+0100) Subject: Reduce glib minimum version to 2.28.0 again. X-Git-Tag: dsupstream~497 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=7f64e88fa99d54f22a999e7461e4f13c70f0aa8c;p=libsigrok.git Reduce glib minimum version to 2.28.0 again. We no longer use g_thread_try_new() which is only available since 2.32.0. --- diff --git a/configure.ac b/configure.ac index 8efc8627..a67e2940 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ SR_PKGLIBS="" # libglib-2.0 is always needed. # Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement). -AM_PATH_GLIB_2_0([2.32.0], +AM_PATH_GLIB_2_0([2.28.0], [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"]) # libgthread-2.0 is always needed (e.g. for the demo hardware driver).