From: Mark Wooding Date: Tue, 23 Dec 2008 00:54:12 +0000 (+0000) Subject: configure.ac: Use AM_PATH_GLIB_2_0. X-Git-Tag: 1.0.0pre8~35^2~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/9db701caebdb9bb6af0e01172893d55611854af3 configure.ac: Use AM_PATH_GLIB_2_0. Duh. I'm impressed it worked, really. --- diff --git a/configure.ac b/configure.ac index 0eeb1ec5..c285d619 100644 --- a/configure.ac +++ b/configure.ac @@ -227,7 +227,7 @@ esac dnl If we're still interested, find Glib. case "$haveshark" in - yes) AM_PATH_GLIB([1.2.0], [], haveshark=false, [gmodule]) ;; + yes) AM_PATH_GLIB_2_0([2.4.0], [], [haveshark=false], [gmodule]) ;; esac dnl Find the include directory. This would be much easier if they just