From 7dbcef088f731431c83c9e8486bf0c455c8b8e85 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 11 Jan 2007 13:56:29 +0000 Subject: [PATCH] Fixed problem introduced in configure.ac 1.44 regarding --with-boost option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4