# HG changeset patch # User Matti Hamalainen # Date 1709904548 -7200 # Node ID 82258837014911f44434121b1b14d8c4a8c60fa6 # Parent 91698e217f8406f85d14b8c7f90c3d11cb0d911d Add a note about things being set elsewhere. diff -r 91698e217f84 -r 822588370149 config.mak --- a/config.mak Fri Mar 08 15:22:27 2024 +0200 +++ b/config.mak Fri Mar 08 15:29:08 2024 +0200 @@ -29,6 +29,8 @@ ### ### Detect things +### Note - some things are detected in "Makefile" for *NIX builds, +### and set in Makefile.cross-mingw ### HAVE_CURL ?= $(shell curl --version > /dev/null 2>&1 && echo "yes") HAVE_WGET ?= $(shell wget --version > /dev/null 2>&1 && echo "yes")