]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make sure we use the included boost library. This isn't going to work if
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Feb 2010 23:54:21 +0000 (23:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Feb 2010 23:54:21 +0000 (23:54 +0000)
someone tries to use an external boost version, but I can't see right now how
that would work in the first place. At least we'd have to test this once or twice.

git-svn-id: https://svn.dealii.org/trunk@20523 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/boost_threads.cc

index fca2fd45ac2ed8a2c16d62576ac4076a0a9b9cf5..f73346769b17e73b2eccbbec3ac73356d74b9f28 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2009 by the deal.II authors
+//    Copyright (C) 2009, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 #      define UINTMAX_C(x) x ## ULL
 #    endif
 
-#    include <../libs/thread/src/pthread/once.cpp>
-#    include <../libs/thread/src/pthread/thread.cpp>
+#    include "../contrib/boost/libs/thread/src/pthread/once.cpp"
+#    include "../contrib/boost/libs/thread/src/pthread/thread.cpp"
 #  else
-#    include <../libs/thread/src/win32/once.cpp>
-#    include <../libs/thread/src/win32/thread.cpp>
+#    include "../contrib/boost/libs/thread/src/win32/once.cpp"
+#    include "../contrib/boost/libs/thread/src/win32/thread.cpp"
 #  endif
 
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.