configure.in: perform check for GMP support in NTL in C++ context
commite4d5a342bfc92e379443a6c064ef891c04f1801a
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 17 Oct 2010 10:03:53 +0000 (17 12:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 18 Oct 2010 20:18:11 +0000 (18 22:18 +0200)
tree302bb03dd91bac393c85630003fecd20b88901ba
parent23733fd8a9ba2796c65a7d869ba8b2ce0191758d
configure.in: perform check for GMP support in NTL in C++ context

The NTL headers include standard C++ headers that are not picked up
by the default C preprocessor.  Earlier versions of cpp would continue
preprocessing the header file even when an included header file was not
found, but more recent cpps are less forgiving.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.in