diff options
author | John Wiegley <johnw@newartisans.com> | 2010-08-24 00:03:52 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-08-24 00:03:52 -0400 |
commit | 9fcf48482626f20151d75a2ebb81371b45d4540a (patch) | |
tree | 48424a9a1f70fba360aba940669e031287b1a9c6 /lib | |
parent | ff07cc6c6fe38467b897d5b665c81fcfc49e3620 (diff) | |
download | fork-ledger-9fcf48482626f20151d75a2ebb81371b45d4540a.tar.gz fork-ledger-9fcf48482626f20151d75a2ebb81371b45d4540a.tar.bz2 fork-ledger-9fcf48482626f20151d75a2ebb81371b45d4540a.zip |
Moved up to Boost 1.44
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index e52764bc..a267e642 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -13,7 +13,7 @@ CPPFLAGS = -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_FULLY_DYNAMIC_STRING=1 CFLAGS = $(CPPFLAGS) -g LDFLAGS = -g -BOOST_VERSION = 1_43_0 +BOOST_VERSION = 1_44_0 BOOST_SOURCE = boost_$(BOOST_VERSION) BOOST_TOOLSET = darwin BOOST_DEFINES = define=_GLIBCXX_DEBUG=1 define=_GLIBCXX_FULLY_DYNAMIC_STRING=1 |