summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-03-31 19:23:29 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-05-04 12:24:08 +0000
commitf95af4ca39f5ff2073a2b0bc6e1bd0d3832b1a8f (patch)
treed1db164ddcdb1ba538c59397b86a95b10458f61c /ChangeLog
parent0d2c0bfbe284d715abc0885796436f1bf8e790db (diff)
Add our own tdestroy if search.h exposes a node_t struct
tdestroy is not necessarily available from search.h, but we need it. gnulib cannot help us here as it will detect search.h to be available and functional in that case. However, some search.h expose a node_t struct which can be used to implement tdestroy. If that is the case, add an implementation to libgnu.a. Change-Id: I983f3aeb6b9090d2b24cbc01fe0790d2d0c96824 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa0759ce..5a86247c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2017-05-04 Ulf Hermann <ulf.hermann@qt.io>
+ * configure.ac: Check for tdestroy and node_t. Declare tdestroy in
+ config.h if tdestroy is not available from search.h, but node_t is.
+
+2017-05-04 Ulf Hermann <ulf.hermann@qt.io>
+
* configure.ac: Check for unlocked I/O functions.
2017-04-28 Ulf Hermann <ulf.hermann@qt.io>