]> granicus.if.org Git - curl/commit
m4/curl-compilers.m4: use proper quotes around string, not backticks
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Aug 2017 22:03:54 +0000 (00:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Aug 2017 22:05:11 +0000 (00:05 +0200)
commitb5cc7dd360c983875a451bd29ab9e68db78624c0
tree27425aa816aa3407890610ff94051c1498c68917
parent774d49af5255b0047ef1feb8fe3d68d9b3470f52
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