mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix wrong macro name introduced in las commit
This commit is contained in:
parent
273b2b230b
commit
2288094b26
@ -2011,8 +2011,8 @@ AC_DEFUN([CURL_CHECK_VARIADIC_MACROS], [
|
||||
int fun2(int arg1, int arg2)
|
||||
{ return arg1 + arg2; }
|
||||
],[
|
||||
int res3 = c99_vmacro3(1, 2, 3);
|
||||
int res2 = c99_vmacro2(1, 2);
|
||||
int res3 = gcc_vmacro3(1, 2, 3);
|
||||
int res2 = gcc_vmacro2(1, 2);
|
||||
])
|
||||
],[
|
||||
curl_cv_variadic_macros_gcc="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user