configure: Fix action-if-no handling in WINE_TRY_PE_CFLAGS macro.

This commit is contained in:
Jacek Caban 2023-11-24 19:58:40 +01:00 committed by Alexandre Julliard
parent 09f7b203bb
commit cf29f40ce4
Notes: Alexandre Julliard 2023-11-28 00:20:20 +01:00
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/wine/-/merge_requests/4492

2
aclocal.m4 vendored
View file

@ -218,7 +218,7 @@ int __cdecl mainCRTStartup(void) { return 0; }]])],
[AS_VAR_SET(ac_var,yes)], [AS_VAR_SET(ac_var,no)])
CFLAGS=$ac_wine_try_cflags_saved
ac_exeext=$ac_wine_try_cflags_saved_exeext])
AS_VAR_IF([ac_var],[yes],[m4_default([$2], [AS_VAR_APPEND([${wine_arch}_EXTRACFLAGS],[" $1"])], [$3])])dnl
AS_VAR_IF([ac_var],[yes],[m4_default([$2], [AS_VAR_APPEND([${wine_arch}_EXTRACFLAGS],[" $1"])])], [$3])dnl
AS_VAR_POPDEF([ac_var]) }])
dnl **** Check whether the given MinGW header is available ****