[libdmapsharing/LIBDMAPSHARING_3_0] Set required and maximum glib API versions
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing/LIBDMAPSHARING_3_0] Set required and maximum glib API versions
- Date: Sun, 5 Jul 2020 14:44:31 +0000 (UTC)
commit 12eb2a246ed365d3dc997d416069a53493ad38ed
Author: W. Michael Petullo <mike flyn org>
Date: Sun Jul 5 09:43:04 2020 -0500
Set required and maximum glib API versions
Closes #25.
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/configure.ac b/configure.ac
index 4fe47fd..8000613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -438,6 +438,10 @@ else
fi
AC_SUBST(DMAP_HAVE_UNALIGNED_ACCESS_DEFINE)
+dnl Set required and maximum glib API versions.
+AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_40, [minimum glib version])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_40, [maximum glib version])
+
AC_OUTPUT([
Makefile
doc/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]