From 34aa1a0ab77a700d57d29435f4034c43acad23f1 Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Wed, 12 Aug 2015 11:36:29 +0300 Subject: [PATCH] Added missing dependencies to fix examples build Main examples like simple_client failed to build as they were not linked against boost chrono and boost random libraries --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e85f14b0d..6d65f6416 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,7 @@ AS_IF([test -z "$BOOST_RANDOM_LIB"], CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS" LDFLAGS="$BOOST_LDFLAGS $LDFLAGS" +LIBS="$BOOST_CHRONO_LIB $BOOST_RANDOM_LIB $LIBS" ############################################################################### # Checking for functions and other stuffs