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.
This commit is contained in:
Uwe Hermann 2012-12-02 16:09:31 +01:00
parent 3b20367381
commit 7f64e88fa9
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ SR_PKGLIBS=""
# libglib-2.0 is always needed. # libglib-2.0 is always needed.
# Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement). # 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"]) [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
# libgthread-2.0 is always needed (e.g. for the demo hardware driver). # libgthread-2.0 is always needed (e.g. for the demo hardware driver).