From: Adam Dickmeiss Date: Thu, 11 Jan 2007 13:56:29 +0000 (+0000) Subject: Fixed problem introduced in configure.ac 1.44 regarding --with-boost X-Git-Tag: METAPROXY.1.0.8~32 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7dbcef088f731431c83c9e8486bf0c455c8b8e85;p=metaproxy-moved-to-github.git Fixed problem introduced in configure.ac 1.44 regarding --with-boost option. --- 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