Skip to content

Add config test for features.h

FeRD (Frank Dana) requested to merge ferdnyc/recoll:features-h-test into master

Even 'real GCC' doesn't necessarily imply glibc, and features.h is a glibc header. If building with (say) "real" Homebrew-installed gcc on macOS, using the system libstdc++, there still won't be a features.h header available. So, it's worth testing for it before trying to unconditionally include it.

Merge request reports