From e2a86ed6788166b6e647be7ae81cee867743a877 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 17 May 2015 22:57:47 +0100 Subject: [PATCH] Revert "Removed expat version check" This reverts commit b113f4a18d0aba8455ab4e8cb2eda26a1e9e826c. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 96f8e59..b4828c0 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AC_PROG_CC PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [], [AC_MSG_ERROR([glib 2.26 or higher is required])]) -PKG_CHECK_MODULES([expat], [expat], [], - [AC_MSG_ERROR([expat or higher is required])]) +PKG_CHECK_MODULES([expat], [expat >= 2.0.0], [], + [AC_MSG_ERROR([expat 2.0.0 or higher is required])]) AC_CHECK_LIB([pthread], [main], [], [AC_MSG_ERROR([pthread is required])])