gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 6a289047eb8746af9b1b2ff6ca2fb86ee16f2e1f
parent 346b1fc78569d860e6e832b43ef1e3f0a40c074b
Author: ng0 <ng0@n0.is>
Date:   Tue, 19 Nov 2019 15:24:13 +0000

portability fixes.

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -145,7 +145,7 @@ AC_ARG_WITH(gnunet, ] ) -if test "x$gnunet" == "x0" -a ! "x$lookin" == "x" +if test "x$gnunet" = "x0" -a ! "x$lookin" = "x" then AC_MSG_CHECKING(for GNUnet util library in $lookin) GNUNET_LIBS="-L${lookin}/lib" @@ -164,7 +164,7 @@ then ) fi -if test "x$gnunet" == "x0" +if test "x$gnunet" = "x0" then AC_MSG_ERROR([gnunet-fuse requires GNUnet]) fi