> From: Darius Augulis [[email protected]]
> I use Fedora 8 and there is GLIB2 v2.14.6 installed.
> I'm trying to configure wimax-tools source from git repository.
> Configure fails because GLIB version 2.16 is needed.
You are not going to like this too much :) but it is not really needed. You can
remove it from configure.in, the lines that say:
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16, dummy=yes,
AC_MSG_ERROR(GLib >= 2.16 is required))
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
re-run autoconf and you should be ok.
_______________________________________________
wimax mailing list
[email protected]
http://www.linuxwimax.org/mailman/listinfo/wimax