mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
configure: Fix action-if-no handling in WINE_TRY_PE_CFLAGS macro.
This commit is contained in:
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
1 changed files with 1 additions and 1 deletions
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -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 ****
|
||||
|
|
Loading…
Reference in a new issue