[sleuthkit-users] Configure does not enable multithreading on Linux (develop branch)
Brought to you by:
carrier
From: Luís F. N. <lfc...@gm...> - 2016-01-06 19:05:20
|
Hi, We discover configure is not enabling multithreading by default, neither with --enable-multithreading. To fix the problem, change line 295 of configure.ac from ax_pthread_ok=$ax_pthread_ok]) to ax_multithread=$ax_multithread]) Regards, Luis |