From 8f2c69af063c2cd54c133743ce6a290531fe2c9c Mon Sep 17 00:00:00 2001 From: Ramon Novoa <rnovoa@artica.es> Date: Fri, 30 Jan 2015 10:01:56 +0100 Subject: [PATCH] Changed a library name. (cherry picked from commit f7842d87022e584ed84a9edde7398518738f2ef0) --- pandora_agents/win32/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/win32/configure.in b/pandora_agents/win32/configure.in index 51a3f8f739..77acf8d373 100644 --- a/pandora_agents/win32/configure.in +++ b/pandora_agents/win32/configure.in @@ -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.]))