codekingpro's picture
Add files using upload-large-folder tool
a207818 verified
Raw
History Blame Contribute Delete
253 Bytes
# This file is in public domain.
# Original author: Karlson2k (Evgeny Grin)
# Written for MSys2 to help running 'configure' scripts
# Use correct config.site file even if CONFIG_SITE is not set
if test -r /etc/config.site; then
. /etc/config.site
fi