summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-11 13:41:26 +0100
committerRichard Jones <rjones@redhat.com>2010-09-11 13:42:04 +0100
commite903739935ce32190b1c7b087d2cd9c2d2a7ec88 (patch)
tree9ff6832ed65685f4c4f51b36aa6176bca6538789 /configure.ac
parent67fd3a7d99f3001aaf90682e102eba6708d8337a (diff)
downloadlibguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.gz
libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.tar.xz
libguestfs-e903739935ce32190b1c7b087d2cd9c2d2a7ec88.zip
build: require Augeas for library.
Augeas has been required since we moved the inspection code to C, however we were not correctly enforcing this in configure.ac, nor correctly linking to the library until now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 11126f6e..5aecee32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -478,6 +478,11 @@ 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 (highly recommended).
dnl This used to be a part of libguestfs, but was spun off into its
dnl own separate upstream project in libguestfs 1.0.85.