[10149] Build tbb on linux/unix

Unix specific notes:
* Use --with-std-malloc in configure to disable tbb, if you have problems or you want to use the default or another allocator.
* Even if you disable tbb, the library will still be built and installed, so you can still use it manually.
This commit is contained in:
Derex 2010-07-04 21:45:35 +03:00
parent ba5de6eb8c
commit 0cb3a01833
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10148"
#define REVISION_NR "10149"
#endif // __REVISION_NR_H__