diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 15:14:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:42 +0100 |
commit | e645763007e7097c14c1c3ba94010f2e32e536bf (patch) | |
tree | f7e2aa71377411e49ef796b8a948a25a76f90063 /configure.ac | |
parent | d710f768161fc9f78ed8243f2de948b65425c06e (diff) | |
download | libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.gz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.xz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.zip |
indent with spaces, not TABs
* HACKING: Expand indentation TABs.
* configure.ac: Likewise.
* daemon/daemon.h: Likewise.
* daemon/guestfsd.c: Likewise.
* fuse/guestmount.c: Likewise.
* hivex/LICENSE: Likewise.
* src/generator.ml: Likewise.
* tools/virt-win-reg: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8587f460..e16ead8e 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). |