chiark / gitweb /
configure.ac: Use AM_PATH_GLIB_2_0.
[tripe] / configure.ac
index 58ee877ff2f4ed18489f6f6e445a37c7d4cac9ba..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
@@ -290,6 +290,7 @@ AC_CONFIG_TESTDIR([t])
 AC_CONFIG_FILES(
   [Makefile]
   [common/Makefile]
+  [uslip/Makefile]
   [client/Makefile]
   [server/Makefile]
   [proxy/Makefile]