X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=e16ead8e49ffa47a6591d10e82018fe9f30c2e72;hb=bdfb1bddffa48cfb486331166b8aed91637cb0d6;hp=8587f46063de8481156a4253aeefa7a3bb0a5e09;hpb=333e3da945b056efe6f9d2e4b74abdb19c9e87e8;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 8587f46..e16ead8 100644 --- a/configure.ac +++ b/configure.ac @@ -424,8 +424,8 @@ AC_SUBST([LIBXML2_LIBS]) dnl FUSE is optional to build the FUSE module. HAVE_FUSE=yes PKG_CHECK_MODULES([FUSE],[fuse],,[ - HAVE_FUSE=no - AC_MSG_WARN([FUSE library and headers are missing, so optional FUSE module won't be built])]) + HAVE_FUSE=no + AC_MSG_WARN([FUSE library and headers are missing, so optional FUSE module won't be built])]) AM_CONDITIONAL([HAVE_FUSE],[test "x$HAVE_FUSE" = "xyes"]) dnl Check for OCaml (optional, for OCaml bindings).