X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=984f6fdb424afd3dddf67da593746ccaacc12969;hb=9c4d6a0006e8c99412865e3f3b924345ae782a77;hp=98f35bfafec7c725b79d17e05dfc74472556c9d9;hpb=d73649072ebd1e3595f741af51f3d34182bb03b1;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 98f35bf..984f6fd 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CHECK_LIB(dl,dlopen) boostdir="yes" AC_ARG_WITH(boost, [ ---with-boost=PREFIX Boost library in PREFIX],[boostdir=$withval]) -if test "$openssl" != "yes"; then +if test "$boostdir" != "yes"; then CPPFLAGS="-I${boostdir}/include" LIBS="-L${boostdir}/lib" fi