Jacek Caban jacek@codeweavers.com writes:
@@ -1085,6 +1085,8 @@ then esac done
WINE_TRY_CFLAGS([-Wl,-delayload,autoconftest.dll], [], [AC_SUBST(USEDELAYLIBS,"true")])
Using "true" in a makefile is a bit strange. You probably want to store the actual flags to use instead.