1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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

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 ****