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:
007751a
)
added BOOST_LDFLAGS
author
Marc Cromme
<marc@indexdata.dk>
Fri, 23 Feb 2007 20:37:21 +0000
(20:37 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Fri, 23 Feb 2007 20:37:21 +0000
(20:37 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
593a1db
..
d71ca18
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-42,6
+42,8
@@
AX_BOOST_PROGRAM_OPTIONS(1.33)
AX_BOOST_THREAD(1.33)
AX_BOOST_UNIT_TEST_FRAMEWORK(1.33)
+LD_FLAGS="$LD_FLAGS $BOOST_LDFLAGS"
+#AM_LDLFAGS="$AM_LDLFAGS\
LIBS="$LIBS\
$BOOST_DATE_TIME_LIB $BOOST_PROGRAM_OPTIONS_LIB $BOOST_THREAD_LIB";