summaryrefslogtreecommitdiffstats
path: root/SCons/Conftest.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-12-10 23:33:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2023-12-10 23:33:22 (GMT)
commitb4f80a79e1e86a4ac0cba1677239ab2251ac5b64 (patch)
tree9759ffae7aca49894bf634b4c096a4e5a3dab84a /SCons/Conftest.py
parent04eed99632e36a504cd7c758f0eb09f6bdf641e9 (diff)
downloadSCons-b4f80a79e1e86a4ac0cba1677239ab2251ac5b64.zip
SCons-b4f80a79e1e86a4ac0cba1677239ab2251ac5b64.tar.gz
SCons-b4f80a79e1e86a4ac0cba1677239ab2251ac5b64.tar.bz2
Address mwichmann's feedback. Annotate with changed version and remove now obsolete note about function prototype
Diffstat (limited to 'SCons/Conftest.py')
-rw-r--r--SCons/Conftest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/SCons/Conftest.py b/SCons/Conftest.py
index cd122e7..79ede99 100644
--- a/SCons/Conftest.py
+++ b/SCons/Conftest.py
@@ -244,6 +244,9 @@ def CheckFunc(context, function_name, header = None, language = None, funcargs =
Note that this uses the current value of compiler and linker flags, make
sure $CFLAGS, $CPPFLAGS and $LIBS are set correctly.
Returns an empty string for success, an error message for failure.
+
+ .. versionchanged:: 4.7.0
+ The ``funcargs`` parameter was added.
"""
# Remarks from autoconf: