about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-03-25 02:07:27 +0000
committerJames Booth <boothj5@gmail.com>2017-03-25 02:07:27 +0000
commit97edebadcb1f3e500b2cfd681f38e730a52c248a (patch)
treec276a4e6a27106c8da77edec0124631105939766 /configure.ac
parent131c98b30521d6a1df86613b03532541c65dae53 (diff)
downloadprofani-tty-97edebadcb1f3e500b2cfd681f38e730a52c248a.tar.gz
Update Glib dependency to 2.40
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 46e7c775..651805cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,8 +159,8 @@ AS_IF([test "x$ncurses_cv_wget_wch" != xyes],
     [AC_MSG_ERROR([ncurses does not support wide characters])])
 
 ### Check for other profanity dependencies
-PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [],
-    [AC_MSG_ERROR([glib 2.26 or higher is required for profanity])])
+PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.40], [],
+    [AC_MSG_ERROR([glib 2.40 or higher is required for profanity])])
 PKG_CHECK_MODULES([curl], [libcurl], [],
     [AC_CHECK_LIB([curl], [main], [],
         [AC_MSG_ERROR([libcurl is required for profanity])])])