gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32524 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r32524 - libmicrohttpd
Date: Wed, 5 Mar 2014 14:21:17 +0100

Author: Karlson2k
Date: 2014-03-05 14:21:17 +0100 (Wed, 05 Mar 2014)
New Revision: 32524

Modified:
   libmicrohttpd/configure.ac
Log:
configure.ac: updated tests for zzuf and socat for nice printing results

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-03-05 13:21:11 UTC (rev 32523)
+++ libmicrohttpd/configure.ac  2014-03-05 13:21:17 UTC (rev 32524)
@@ -494,10 +494,10 @@
 
 
 # optional: have zzuf, socat?
-AC_CHECK_PROG([HAVE_ZZUF],[zzuf], 1, 0)
-AC_CHECK_PROG([HAVE_SOCAT],[socat], 1, 0)
-AM_CONDITIONAL(HAVE_ZZUF, test 0 != $HAVE_ZZUF)
-AM_CONDITIONAL(HAVE_SOCAT, test 0 != $HAVE_SOCAT)
+AC_CHECK_PROG([have_zzuf],[zzuf], [yes], [no])
+AC_CHECK_PROG([have_socat],[socat], [yes], [no])
+AM_CONDITIONAL([HAVE_ZZUF], [test "x$have_zzuf" = "xyes"])
+AM_CONDITIONAL([HAVE_SOCAT], [test "x$have_socat" = "xyes"])
 
 
 # libgcrypt linkage: required for HTTPS support




reply via email to

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