--- SConstruct.orig	2010-08-06 08:51:35.880594942 +0200
+++ SConstruct	2010-08-06 08:52:12.650651254 +0200
@@ -137,7 +137,7 @@
     elif conf.CheckLib("boost_date_time-mt") and conf.CheckCXXHeader("boost/date_time/posix_time/posix_time.hpp"):
         boost_thread="boost_thread-mt"
     else:
-        print "Could not find libboost_date_time or libboost_date_time-mt or boost/thread/thread.hpp"
+        print "Could not find libboost_date_time or libboost_date_time-mt or boost/date_time/posix_time/posix_time.hpp"
         missing.append("libboost_date_time")
     env.Append(LIBS=[boost_date_time])
