try and include compiler/linker options needed for linking against NTL
commit4af314f35bb3f3f2fab8e89bc14021470fa5803e
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 11 May 2019 13:46:31 +0000 (11 15:46 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 11 May 2019 13:48:11 +0000 (11 15:48 +0200)
tree5aba1e0339981ef087f5e1eb369309166d577812
parentd8bc51a841c10516a7b4482073066b406020de8c
try and include compiler/linker options needed for linking against NTL

The CXXAUTOFLAGS variable in NTL/ConfigLog.h describes additional
compiler flags that are needed for linking against NTL.
In particular, if NTL has been compiled with pthread support,
this will include "-pthread".
Add these flags to the compiler and linker command lines.

Reported-by: Sanket Tavarageri <sanket.tavarageri@intel.com>
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
configure.ac