gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: missing quoting in


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: missing quoting in configure.ac
Date: Thu, 16 Aug 2018 16:38:47 +0200

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

dold pushed a commit to branch master
in repository exchange.

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

commit 68eb61961ec45094079e1fc65088baf9f1aa22b2
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 16 16:37:41 2018 +0200

    missing quoting in configure.ac
---
 configure.ac | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index f96ac87c..810c437b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,11 +152,11 @@ AS_IF([test "x$curl" = xtrue],
       [LDFLAGS="-L$with_libcurl/lib $LDFLAGS"
        CPPFLAGS="-I$with_libcurl/include $CPPFLAGS"
        AC_CHECK_HEADERS([curl/curl.h],
-                        AC_CHECK_DECLS(CURLINFO_TLS_SESSION,
-                        [curl=true],
-                        [curl=false],
-                        [[#include <curl/curl.h>]]),
-                       [curl=false])
+                        [AC_CHECK_DECLS(CURLINFO_TLS_SESSION,
+                         [curl=true],
+                         [curl=false],
+                         [[#include <curl/curl.h>]])],
+                        [curl=false])
        # need libcurl-gnutls.so, everything else is not acceptable
        AC_CHECK_LIB([curl-gnutls],
                     [curl_easy_getinfo],,

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



reply via email to

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