gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: minor fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: minor fix
Date: Thu, 16 Aug 2018 14:26:26 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8259b96fa minor fix
8259b96fa is described below

commit 8259b96fa0a6797bc853363088bca020cd19b433
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Aug 16 14:26:25 2018 +0200

    minor fix
---
 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6a75b1ebf..89e21f2c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -507,10 +507,8 @@ AC_CHECK_LIB(opus,opus_decode_float,
     )]
   )]
 )
-if test "$opus" = 1
-then
-  AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])
-fi
+AS_IF([test "x$opus" = x1]
+      [AC_DEFINE([HAVE_OPUS],[1],[Have libopus library])])
 
 # libogg
 AC_CHECK_LIB(ogg, ogg_stream_flush_fill,

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



reply via email to

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