client/tripectl.c: Fix format string bug in tripectl.
[tripe] / configure.ac
index 0eeb1ec..c285d61 100644 (file)
@@ -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