From 06ec18fbfaad00e4aaf915a2704c4b04c6f2924d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 May 2013 14:20:53 +0200 Subject: [PATCH] Restore LIBS if some component is not found --- boost.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boost.m4 b/boost.m4 index 5eb0cfa..38060ca 100644 --- a/boost.m4 +++ b/boost.m4 @@ -90,6 +90,7 @@ int x = BOOST_VERSION; AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) + LIBS="${saveLIBS}" fi fi ;; @@ -114,6 +115,7 @@ int x = BOOST_VERSION; AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) + LIBS="${saveLIBS}" fi ;; test) @@ -164,6 +166,7 @@ int x = BOOST_VERSION; AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) + LIBS="${saveLIBS}" fi ;; esac -- 1.7.10.4