#!/bin/bash # When cross-compiling configure cannot properly detect the existence of # certain features: hvconfig_cache() { cat > ${BUILD_DIR}/config.cache << EOF ac_cv_func_strnlen_working=yes EOF }