summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2005-12-25 14:55:01 +0000
committerRoger Leigh <rleigh@debian.org>2005-12-25 14:55:01 +0000
commit9c46b344f659e2b29050dc5cbe832d8e6f51dc82 (patch)
treec04a74e37eed96dadcad236d445a7b28ae5417c2 /configure.ac
parentbf4b54b3b4a5d57b785ab9118c2daaeedd4787a5 (diff)
downloadschroot-9c46b344f659e2b29050dc5cbe832d8e6f51dc82.tar.gz
* configure.ac: Remove checks for Glib. Glib is now completely
removed from the sources. * schroot/Makefile.am (libsbuild_la_LIBADD): Remove Glib library. * schroot/schroot-releaselock.cc: Convert from GOption to Boost.Program_options.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 270d2339..bbfd9dd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,10 +58,9 @@ AC_PATH_PROG([RUN_PARTS], [run-parts])
AH_TEMPLATE(RUN_PARTS,, [run-parts binary])
AC_DEFINE_UNQUOTED(RUN_PARTS, ["$RUN_PARTS"], )
# Checks for libraries.
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.4.0])
PKG_CHECK_MODULES([UUID], [uuid])
-SCHROOT_CFLAGS="$GLIB_CFLAGS $UUID_CFLAGS"
+SCHROOT_CFLAGS="$UUID_CFLAGS"
AC_SUBST([SCHROOT_CFLAGS])
# Checks for header files (none at the moment).