summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-19 16:38:46 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-19 16:38:46 +0100
commit7560e16c17b9616e2ab6ae39a65c550b061889fd (patch)
tree26e712dfa6341a283790b603d383c199582639aa /configure.ac
parent96732f09031ba9434ff7542e5b88834ab16db611 (diff)
downloadlibsigrokdecode-7560e16c17b9616e2ab6ae39a65c550b061889fd.tar.gz
libsigrokdecode-7560e16c17b9616e2ab6ae39a65c550b061889fd.zip
Lower glib-2.0 requirement to 2.24.0.
We don't use any of the recent glib features in libsigrokdecode, it compiles fine with 2.24.x.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e024014..444b631 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_SUBST(SRD_LIB_LDFLAGS)
# libglib-2.0 is always needed.
# Note: glib-2.0 is part of the libsigrokdecode API
# (hard pkg-config requirement).
-AM_PATH_GLIB_2_0([2.28.0],
+AM_PATH_GLIB_2_0([2.24.0],
[CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
# Python support. We require at least Python >= 3.0.