X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/1c5f4539ddb76b31756f0a1fdd9e3a489bba40d2..9db701caebdb9bb6af0e01172893d55611854af3:/configure.ac diff --git a/configure.ac b/configure.ac index 58ee877f..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 @@ -290,6 +290,7 @@ AC_CONFIG_TESTDIR([t]) AC_CONFIG_FILES( [Makefile] [common/Makefile] + [uslip/Makefile] [client/Makefile] [server/Makefile] [proxy/Makefile]