summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-03-30 21:00:14 +0200
committerTollef Fog Heen <tfheen@err.no>2009-03-30 21:00:14 +0200
commit2e0493a34344480033792f859cc818adc010a17f (patch)
treec4219925715e40c82f6778cf5e1a473f7c0ce7ef /ChangeLog
parent7e8a4d6c850092a12ab5164879fb7bfcf45734f0 (diff)
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c, configure.in: Check for malloc.h and use that if it exists. Apparently this makes Win32 happier. Thanks to Carlo Bramini for the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccfedee..3caec4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
+ * poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c,
+ configure.in: Check for malloc.h and use that if it exists.
+ Apparently this makes Win32 happier. Thanks to Carlo Bramini for
+ the patch.
+
* pkg-config.1: Verbosify the text about Libs.private a bit. Patch
from Loïc Minier.