gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] branch master updated: portability fixes.


From: gnunet
Subject: [gnunet-fuse] branch master updated: portability fixes.
Date: Tue, 19 Nov 2019 16:28:05 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-fuse.

The following commit(s) were added to refs/heads/master by this push:
     new 6a28904  portability fixes.
6a28904 is described below

commit 6a289047eb8746af9b1b2ff6ca2fb86ee16f2e1f
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 15:24:13 2019 +0000

    portability fixes.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4c9a3ca..42ff5dd 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]