summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-01-27 08:00:28 -0700
committerMats Wichmann <mats@linux.com>2023-01-27 11:29:09 -0700
commit8aae133794ddeea09be2579d084ff87cd77b86f2 (patch)
treed56f17747c6b352d095c8a5701e9de63ee851b84 /CHANGES.txt
parent04bc3eaab31c5437764b10ee942b19740b5139c9 (diff)
downloadscons-git-8aae133794ddeea09be2579d084ff87cd77b86f2.tar.gz
Add unique kwarg to CheckLibs
Minor tweak to CheckFunc - the dummy prototype should have a dummy arg list too (comment from Python setuptools discussion). Might as well fail the official way: #error instead of C syntax error. Fixes #2768 Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 93be68dfd..f51f8b228 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -124,6 +124,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
based on what is known now, 3.12 itself should work with this release.
- Add "append" keyword argument to Configure context's CheckLib and
CheckLibWithHeader to control whether to append or prepend (issue #2767)
+ Also added "unique" keyword, to control whether a library is added
+ or not if it is already in the $LIBS construction var in the
+ configure context. (issue #2768).
RELEASE 4.4.0 - Sat, 30 Jul 2022 14:08:29 -0700