X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=984f6fdb424afd3dddf67da593746ccaacc12969;hb=9960226abe1700d3dc87e68529755e5cff09f0d9;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