mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changed a library name.
(cherry picked from commit f7842d87022e584ed84a9edde7398518738f2ef0)
This commit is contained in:
parent
4ad250b464
commit
061216156b
@ -34,7 +34,7 @@ AC_CHECK_LIB([psapi], [main], , AC_MSG_ERROR([libpsapi not found.]))
|
||||
AC_CHECK_LIB([ole32], [main], , AC_MSG_ERROR([libole32 not found.]))
|
||||
AC_CHECK_LIB([oleaut32], [main], , AC_MSG_ERROR([liboleaut not found.]))
|
||||
AC_CHECK_LIB([uuid], [main], , AC_MSG_ERROR([libuuid not found.]))
|
||||
AC_CHECK_LIB([boost_regex-mt-s], [main], , AC_MSG_ERROR([Boost.Regex not not found. Get it from http://www.boost.org/]))
|
||||
AC_CHECK_LIB([boost_regex-mt], [main], , AC_MSG_ERROR([Boost.Regex not not found. Get it from http://www.boost.org/]))
|
||||
AC_CHECK_LIB([gdi32], [main], , AC_MSG_ERROR([libgdi32 not found.]))
|
||||
AC_CHECK_LIB([crypto], [main], , AC_MSG_ERROR([libcrypto not found.]))
|
||||
AC_CHECK_LIB([ssl], [main], , AC_MSG_ERROR([libssl not found.]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user