dajobe / raptor

Redland Raptor RDF syntax library
https://librdf.org/raptor/
Other
156 stars 62 forks source link

configure.ac: Include <stdio.h> for printf in __FUNCTION__ check #56

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Otherwise, the check will fail with compilers which do not implement implicit function declarations (a C feature that was removed in 1999 from the language), no matter if the compiler supports FUNCTION or not.

Related to:

dajobe commented 1 year ago

Looks like this conflicts and fixes the same thing in the PR I just merged https://github.com/dajobe/raptor/pull/55

dajobe commented 1 year ago

Closing as fixed by https://github.com/dajobe/raptor/pull/55