Skip to content

configure.ac: Allow cross-compiling

David Michael requested to merge dm0/exo:cross into master

AC_TRY_RUN fails by default when cross-compiling if it does not have the fourth parameter. This implements a new cache variable ac_cv_have_strftime_extension for that test which allows overriding the result to specify the target system behavior. It defaults to supporting the extension when cross-compiling.

Fixes #52 (closed)

Merge request reports