Depends on glib 2.4.0

* configure.in: Depends on glib 2.4.0
This commit is contained in:
Benoît Dejean
2004-10-09 12:47:10 +00:00
parent 6c586e844f
commit bbcbe6b67d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-10-09 Benoît Dejean <tazforever@dlfp.org>
* configure.in: Depends on glib 2.4.0
2004-09-25 Benoît Dejean <tazforever@dlfp.org>
* glibtop.h: Added missing include <glibtop/close.h>.

View File

@@ -134,7 +134,7 @@ AM_CONDITIONAL(ENABLE_SHARED, test x$enable_static = xyes)
AC_SUBST(static_targets)
AC_SUBST(smp_examples)
GLIB_REQUIRED=2.0.0
GLIB_REQUIRED=2.4.0
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
AC_SUBST(GLIB_CFLAGS)