diff options
author | Beman Dawes <bdawes@acm.org> | 2002-08-30 19:47:53 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2002-08-30 19:47:53 +0000 |
commit | 59c32add1c83accbda3a8279018335ae27bb1b2b (patch) | |
tree | 41b2ddf2e721038cf443959c4561c1a8b6141574 /status | |
parent | f2f0e44df132a5d4e110542f2f7ad1fe58ce95c0 (diff) | |
download | boost-59c32add1c83accbda3a8279018335ae27bb1b2b.tar.gz |
add missing date_time <define>s
[SVN r15119]
Diffstat (limited to 'status')
-rw-r--r-- | status/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status/Jamfile b/status/Jamfile index 322676b09e..3571be73fe 100644 --- a/status/Jamfile +++ b/status/Jamfile @@ -69,7 +69,7 @@ include testing.jam ; test-suite date_time : [ run libs/date_time/test/testgregorian_calendar.cpp - <lib>../libs/date_time/build/libboost_date_time ] + : : : <define>DATE_TIME_INLINE <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ] [ run libs/date_time/test/testint_adapter.cpp ] [ run libs/date_time/test/testconstrained_value.cpp ] ; |