X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=9306b5cce08c584cd28bb8ddd1cbb54462c06144;hp=6c9d5ab7905ea746ddf822a6ffa59f26869a6e43;hb=407caabfd04a8bb6338a7fcf4f46d85d75e709df;hpb=28d760b1542da7ff83b18c4ca60c2d03f327c2f4;ds=sidebyside diff --git a/README b/README index 6c9d5ab..9306b5c 100644 --- a/README +++ b/README @@ -74,7 +74,7 @@ Then make the library and shell tools: Make the daemon and NFS server: mkdir daemon/build pushd daemon/build - ../configure + ../configure [--disable-nfsv4 --disable-gss] make popd @@ -83,7 +83,7 @@ server too: mkdir daemon/build-32 pushd daemon/build-32 - ../configure --enable-32bit + ../configure --enable-32bit [--disable-nfsv4 --disable-gss] make popd