OSGeo / libgeotiff

Official repository of the libgeotiff project
182 stars 70 forks source link

libgeotiff/configure.ac: do not check for C++ #9

Closed ffontaine closed 5 years ago

ffontaine commented 5 years ago

Do not check for C++ compiler as libgeotiff is written in C otherwise build will fail on toolchains without a working C++ compiler:

checking how to run the C++ preprocessor... /lib/cpp configure: error: in `/data/buildroot/buildroot-test/instance-1/output/build/libgeotiff-1.4.2': configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com