24 Mar
2025
24 Mar
'25
6:44 p.m.
Brendan Shanks (@bshanks) commented about configure.ac:
[libdbus ${notice_platform}development files not found, no dynamic device support.]) ;; esac
+dnl **** Check for expat **** +if test "x$with_expat" != "xno" +then + WINE_PACKAGE_FLAGS(EXPAT,[expat],,,, + [AC_CHECK_HEADER([expat.h], + [AC_CHECK_LIB(expat,XML_ParserCreate, + [AC_DEFINE(HAVE_LIBEXPAT, 1, [Define to 1 if you have the 'expat' library (-lexpat).])], + [EXPAT_LIBS=""], + [$EXPAT_LIBS])], + [EXPAT_LIBS=""])]) +fi
Maybe this check should only happen on FreeBSD, so other platforms don't unnecessarily link against expat? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7339#note_98892