summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-07-10 08:32:04 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-04 09:12:42 +0100
commitc6bc33c031493e0db11a1f57055a656f6428c60a (patch)
treeaa76d1537c3bf8bec71c85446892cbd68fd1c401
parent757f8aecdb4fda86b2bbac828a3acc528d8eb8bc (diff)
downloadlibnice-c6bc33c031493e0db11a1f57055a656f6428c60a.tar.gz
build: Bump GLib dependency to 2.36
This is needed for G_IO_ERROR_BROKEN_PIPE, which is used in the I/O stream code. Reported by Emanuele Bizzarri <emabiz76@gmail.com> on the mailing list.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 64a571f..c7336bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,9 +93,9 @@ AC_CHECK_HEADERS([ifaddrs.h], \
AC_CHECK_TYPES([size_t, ssize_t])
# Also put matching version in LIBNICE_CFLAGS
-GLIB_REQ=2.30
+GLIB_REQ=2.36
-LIBNICE_CFLAGS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_30 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36"
+LIBNICE_CFLAGS="-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_36 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36"
dnl Support different levels of compiler error reporting.
dnl This configure flag is designed to mimic one from gnome-common,