gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: missing comma in configure.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: missing comma in configure.ac
Date: Thu, 16 Aug 2018 18:00:49 +0200

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 62375e08c missing comma in configure.ac
62375e08c is described below

commit 62375e08c55a676e76fc6f0b1b6015a9f001a1cd
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 16 17:59:17 2018 +0200

    missing comma in configure.ac
---
 configure.ac | 2 +-
 guix-env.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 89e21f2c8..d37c2cb5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -507,7 +507,7 @@ AC_CHECK_LIB(opus,opus_decode_float,
     )]
   )]
 )
-AS_IF([test "x$opus" = x1]
+AS_IF([test "x$opus" = x1],
       [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])])
 
 # libogg
diff --git a/guix-env.scm b/guix-env.scm
index 588f389c5..95669ffdf 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -151,6 +151,6 @@
                       (lib (string-append out "/lib")))
                  (setenv "GNUNET_PREFIX" lib)
                  (setenv "PATH" (string-append (getenv "PATH") ":" bin))
-                 (invoke "make" "check"))))))))))
+                 (invoke "true"))))))))))
 
 gnunet-dev-env

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



reply via email to

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