chiark / gitweb /
configure.ac: Use AM_PATH_GLIB_2_0.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 23 Dec 2008 00:54:12 +0000 (00:54 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 23 Dec 2008 00:54:12 +0000 (00:54 +0000)
Duh.  I'm impressed it worked, really.

configure.ac

index 0eeb1ec5ae5e66dc22f683a1dc266ff9376b77c8..c285d619bdc508a18347c402b0c9bd7e1bdd903e 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