main/python3: add python-config
we now link python to python3. autotools imports the first found python as $PYTHON (unless PYTHON is set), and some autoconf scripts are using $PYTHON-config to find this, which doesn't exist (only python3-config). so, add this to be consistent with the python link.
Please register or sign in to comment