mirror of
https://github.com/curl/curl.git
synced 2026-04-29 20:32:12 +03:00
autotools: fix silly mistake in clang detection for buildinfo.txt
Follow-up to 0513f9f878 #18645
Closes #18666
This commit is contained in:
parent
e5d9c871f0
commit
e21cc7844d
1 changed files with 1 additions and 1 deletions
|
|
@ -1492,7 +1492,7 @@ AC_DEFUN([CURL_PREPARE_BUILDINFO], [
|
|||
if test "x$compiler_id" = 'xGNU_C'; then
|
||||
curl_pflags="${curl_pflags} GCC"
|
||||
fi
|
||||
if "$compiler_id" = "APPLECLANG"; then
|
||||
if test "$compiler_id" = "APPLECLANG"; then
|
||||
curl_pflags="${curl_pflags} APPLE-CLANG"
|
||||
elif test "$compiler_id" = "CLANG"; then
|
||||
curl_pflags="${curl_pflags} LLVM-CLANG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue