X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=2167645c001c7084c5004547b7c7515a65b8daa2;hb=0f7ed8f2edaea1f75d608612e49703f6cc25e1dc;hp=5a9a4c9f3c28b4448e498eaadf1e9f757c635e39;hpb=da353f48b13fd79e446570d120369423f9c496dd;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 5a9a4c9..2167645 100644 --- a/configure.ac +++ b/configure.ac @@ -46,12 +46,18 @@ if test "$ax_cv_boost_base" = "no"; then fi if test "$ax_cv_boost_date_time" = "no"; then AC_MSG_ERROR([install libboost-date-time-dev or similar]) +else + LIBS="$LIBS -lboost_date_time"; fi if test "$ax_cv_boost_program_options" = "no"; then AC_MSG_ERROR([install libboost-program-options-dev or similar]) +else + LIBS="$LIBS -lboost_program_options"; fi if test "$ax_cv_boost_thread" = "no"; then AC_MSG_ERROR([install libboost-thread-dev or similar]) +else + LIBS="$LIBS -lboost_thread"; fi if test "$ax_cv_boost_unit_test_framework" = "no"; then AC_MSG_ERROR([install libboost-test-dev or similar])