8 Apr
2019
8 Apr
'19
6:48 p.m.
Józef Kucia <joseph.kucia(a)gmail.com> writes:
+AX_COMPARE_VERSION([$vkd3d_widl_version], [ge], [$1.$2], + [AC_MSG_RESULT([yes ($vkd3d_widl_version)])], + [AC_MSG_RESULT([no ($vkd3d_widl_version)]) + WIDL=no]) +])])
AX_COMPARE_VERSION is not part of the standard autoconf macros. This breaks the build for me: configure:4595: error: possibly undefined macro: AC_MSG_RESULT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make: *** [Makefile:850: configure] Error 1 -- Alexandre Julliard julliard(a)winehq.org