diff options
author | Roger Leigh <rleigh@debian.org> | 2005-12-25 14:55:01 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2005-12-25 14:55:01 +0000 |
commit | 9c46b344f659e2b29050dc5cbe832d8e6f51dc82 (patch) | |
tree | c04a74e37eed96dadcad236d445a7b28ae5417c2 /configure.ac | |
parent | bf4b54b3b4a5d57b785ab9118c2daaeedd4787a5 (diff) | |
download | schroot-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.ac | 3 |
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). |