projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316a093
)
Fixed problem introduced in configure.ac 1.44 regarding --with-boost
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Jan 2007 13:56:29 +0000
(13:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Jan 2007 13:56:29 +0000
(13:56 +0000)
option.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
98f35bf
..
984f6fd
100644
(file)
--- 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