X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=984f6fdb424afd3dddf67da593746ccaacc12969;hb=a82e0c29c7c7257cfef96efbb6aec90e12fa10c8;hp=666de4b37943e422944d8e9b3b962a10a4a46eef;hpb=2c1ae1973bf428a88137f97033b8262cb0ddfe7e;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 666de4b..984f6fd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.6], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.7],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -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