Use the C++ compiler for feature testsamule-svn-r10838
commit50d6a1b01b0a4fdeb27600a5f804df49637cfbba
authorupstream svn <svn@amule.org>
Fri, 12 Sep 2014 07:20:33 +0000 (12 07:20 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Fri, 12 Sep 2014 07:44:15 +0000 (12 07:44 +0000)
tree85d6c60322391c0fe1b3c0c99576a0dba233b9f5
parent073e83c8f32cc27278327e60825d2da839e26cbf
Use the C++ compiler for feature tests

Most of the configure test results will be used in C++ sources, so testing for
them with the C compiler might give wrong results.

I had to fix a few standard tests to work with the C++ compiler. There are
still a small number of tests that require the C compiler and should not be
checked with the C++ compiler. They either check features of the C compiler
or their results will only be used in C source files (by the C compiler).

This should fix issue #1572
.svn-revision
Makefile.in
acinclude.m4
configure
configure.in
docs/Changelog
m4/zlib.m4