Re: [sleuthkit-users] Configure does not enable multithreading on Linux (develop branch)
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2016-01-07 02:43:48
|
This should be fixed. Thanks. It looks like a regression from an October change. > On Jan 6, 2016, at 2:05 PM, Luís Filipe Nassif <lfc...@gm...> wrote: > > 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 > ------------------------------------------------------------------------------ > _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org |