about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2014-01-01 22:17:51 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2014-01-01 22:37:55 +0200
commit249e60e07d14cb427b9b1c434eb1faa507b6a431 (patch)
tree875a092c8273ad0e6fb5ce67bfc0611b37bef283 /configure.ac
parent2519e450e3f9718bd907139586a66de48a505f52 (diff)
downloadprofani-tty-249e60e07d14cb427b9b1c434eb1faa507b6a431.tar.gz
configure.ac: glib must be at least 2.26
Profanity uses GDateTime structure that appeared in glib-2.26.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 861fa267..3a2f08eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,8 +62,8 @@ PKG_CHECK_MODULES([openssl], [openssl], [],
 
 # TODO: autodetect of XML parser libstrophe linked with
 
-PKG_CHECK_MODULES([glib], [glib-2.0], [],
-    [AC_MSG_ERROR([glib is required for profanity])])
+PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [],
+    [AC_MSG_ERROR([glib 2.26 or higher is required for profanity])])
 PKG_CHECK_MODULES([curl], [libcurl], [],
     [AC_MSG_ERROR([libcurl is required for profanity])])