[PATCH vkd3d 6/6] build: Drop hack for stripping RPC includes from widl-generated headers.

Alexandre Julliard julliard at winehq.org
Mon Apr 8 12:48:17 CDT 2019


Józef Kucia <joseph.kucia at 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 at winehq.org



More information about the wine-devel mailing list