Fixed problem introduced in configure.ac 1.44 regarding --with-boost
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 2007 13:56:29 +0000 (13:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jan 2007 13:56:29 +0000 (13:56 +0000)
option.

configure.ac

index 98f35bf..984f6fd 100644 (file)
@@ -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