configure: Fix action-if-no handling in WINE_TRY_PE_CFLAGS macro.
This commit is contained in:
parent
09f7b203bb
commit
cf29f40ce4
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…
Add table
Reference in a new issue