X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=4136044c5bdca6ee5504b10b8d5ad7f012c4179c;hb=40f7323134e058c0920caa18c667ea99a4c8b3e8;hp=7736bd746e0774d4c644b7f9d8a9038d897024be;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 7736bd7..4136044 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [9]) -m4_define([libguestfs_release], [14]) +m4_define([libguestfs_release], [15]) # extra can be any string m4_define([libguestfs_extra], []) @@ -449,6 +449,7 @@ PKG_CHECK_MODULES([HIVEX], [hivex], AC_DEFINE([HAVE_HIVEX],[1],[hivex library found at compile time.]) ], [AC_MSG_WARN([hivex not found, some core features will be disabled])]) +AM_CONDITIONAL([HAVE_HIVEX],[test "x$HIVEX_LIBS" != "x"]) dnl FUSE is optional to build the FUSE module. AC_ARG_ENABLE([fuse],