mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 09:32:26 +00:00
Fix linking with autotools and mingw-64
ole32.lib is not linked automatically, but needed for mingw-64. Patch by Shankar Giri Venkita Giri (bug 10053).
This commit is contained in:
parent
88b68ee004
commit
e07a01a3c3
@ -116,6 +116,7 @@ AC_SUBST(LIBSHLWAPI)
|
||||
AC_CHECK_LIB(psapi, main, [LIBPSAPI=-lpsapi])
|
||||
AC_SUBST(LIBPSAPI)
|
||||
AC_CHECK_LIB(gdi32, main)
|
||||
AC_CHECK_LIB(ole32, main)
|
||||
|
||||
LYX_USE_INCLUDED_BOOST
|
||||
LYX_USE_INCLUDED_MYTHES
|
||||
|
Loading…
Reference in New Issue
Block a user