gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 07/09: -accidentally broken uncrustify check


From: gnunet
Subject: [gnunet] 07/09: -accidentally broken uncrustify check
Date: Thu, 25 Nov 2021 20:49:16 +0100

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

alessio-vanni pushed a commit to branch master
in repository gnunet.

commit f38383e58c2286531359d1b7755e5cb4952543b2
Author: Alessio Vanni <vannilla@firemail.cc>
AuthorDate: Mon Nov 22 21:41:28 2021 +0100

    -accidentally broken uncrustify check
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a1249d78e..6ad98cfc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,7 @@ AC_CHECK_PROGS([CHECKBASHISMS_BINARY], [checkbashisms 
checkbashisms.pl], [false]
 AM_CONDITIONAL([HAVE_CHECKBASHISMS], [test "x$CHECKBASHISMS_BINARY" != 
"xfalse"])
 
 # uncrustify
-AC_CHECK_PROGS([UNCRUSTIFY_BINARY], [uncrustify], [true])
+AC_CHECK_PROG([UNCRUSTIFY_BINARY], [uncrustify], [true], [false])
 AM_CONDITIONAL([HAVE_UNCRUSTIFY_BINARY], [$UNCRUSTIFY_BINARY])
 
 # yapf

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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