gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 13/256: m4/curl-compilers.m4: use proper quotes aro


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 13/256: m4/curl-compilers.m4: use proper quotes around string, not backticks
Date: Fri, 06 Oct 2017 19:41:44 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b5cc7dd360c983875a451bd29ab9e68db78624c0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 16 00:03:54 2017 +0200

    m4/curl-compilers.m4: use proper quotes around string, not backticks
    
    ... when setting clang version to assume 3.7
    
    Caused a lot of "integer expression expected" warnings by configure.
---
 m4/curl-compilers.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 3c87efa09..7705e637f 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -89,7 +89,7 @@ AC_DEFUN([CURL_CHECK_COMPILER_CLANG], [
     if test -z "$clangver"; then
       if echo $fullclangver | grep "Apple LLVM version " >/dev/null; then
         dnl Starting with XCode 7 / clang 3.7, Apple clang won't tell its 
upstream version
-        clangver=`3.7`
+        clangver="3.7"
       else
         clangver=`echo $fullclangver | "$SED" 's/.*version 
\(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*/\1/'`
       fi

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



reply via email to

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