We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74deea commit f7354b8Copy full SHA for f7354b8
configure.ac
@@ -6653,6 +6653,15 @@ for dir in $SRCDIRS; do
6653
done
6654
AC_MSG_RESULT(done)
6655
6656
+# For mingw build need additional library for linking
6657
+case $host in
6658
+ *-*-mingw*)
6659
+ LIBS="$LIBS -lversion -lshlwapi -lpathcch"
6660
+ ;;
6661
+ *)
6662
6663
+esac
6664
+
6665
# Availability of -O2:
6666
AC_CACHE_CHECK([for -O2], [ac_cv_compile_o2], [
6667
saved_cflags="$CFLAGS"
0 commit comments