X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=d71ca180e877fa00f896a275231dd16ad471adbf;hb=e0274b6e40958df2e422b1e3db69a9bc710f5357;hp=2167645c001c7084c5004547b7c7515a65b8daa2;hpb=0f7ed8f2edaea1f75d608612e49703f6cc25e1dc;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 2167645..d71ca18 100644 --- a/configure.ac +++ b/configure.ac @@ -41,23 +41,23 @@ AX_BOOST_DATE_TIME(1.33) AX_BOOST_PROGRAM_OPTIONS(1.33) AX_BOOST_THREAD(1.33) AX_BOOST_UNIT_TEST_FRAMEWORK(1.33) + +LD_FLAGS="$LD_FLAGS $BOOST_LDFLAGS" +#AM_LDLFAGS="$AM_LDLFAGS\ +LIBS="$LIBS\ +$BOOST_DATE_TIME_LIB $BOOST_PROGRAM_OPTIONS_LIB $BOOST_THREAD_LIB"; + if test "$ax_cv_boost_base" = "no"; then AC_MSG_ERROR([install libboost-dev or similar]) 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])