summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-11-09 14:50:23 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-10 10:34:48 +0000
commitb52183b5491748d9e979d30e55db6d648b102416 (patch)
tree98fabab2e999736bafff99bc3f349c40523337bd /configure.ac
parentbf3b9e2e236b4dd2216200993ba39545ad5160bb (diff)
downloadlibguestfs-b52183b5491748d9e979d30e55db6d648b102416.tar.gz
libguestfs-b52183b5491748d9e979d30e55db6d648b102416.tar.xz
libguestfs-b52183b5491748d9e979d30e55db6d648b102416.zip
lib: Augeas (client side) is not needed by the library.
However it is used by the daemon.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d6472a52..4458d498 100644
--- a/configure.ac
+++ b/configure.ac
@@ -465,10 +465,6 @@ PKG_CHECK_MODULES([LIBXML2], [libxml-2.0])
AC_SUBST([LIBXML2_CFLAGS])
AC_SUBST([LIBXML2_LIBS])
-dnl Augeas (required)
-PKG_CHECK_MODULES([AUGEAS], [augeas])
-AC_SUBST([AUGEAS_CFLAGS])
-AC_SUBST([AUGEAS_LIBS])
dnl hivex library (required)
dnl This used to be a part of libguestfs, but was spun off into its