summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-09-23 13:39:07 -0300
committerdequis <dx@dxzone.com.ar>2015-09-23 13:58:22 -0300
commite833521cefdedcdbc0e4382715a36ea5f8276a86 (patch)
tree216778d5623d1aea451a417e4e0906f77b8a3047 /configure.ac
parentc9be1a7a80974858a21fc74191198189030df40b (diff)
downloadirssi-e833521cefdedcdbc0e4382715a36ea5f8276a86.zip
Bump glib2 requirement from 2.6 to 2.16
This drops support for rhel/centos 5 (18 months left of its 10 year support cycle) Keeps support for debian 5.0 (lenny) and ubuntu 8.04 LTS, both of which are unsupported, so bumping up to glib 2.24 wouldn't be a problem, but it's not needed atm.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e33b8c1d..7bcd3fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ for try in 1 2; do
echo "*** trying without -lgmodule"
glib_modules=
fi
- AM_PATH_GLIB_2_0(2.6.0,,, $glib_modules)
+ AM_PATH_GLIB_2_0(2.16.0,,, $glib_modules)
if test "$GLIB_LIBS"; then
if test $glib_modules = gmodule; then
AC_DEFINE(HAVE_GMODULE)