diff options
author | Tollef Fog Heen <tfheen@err.no> | 2009-03-30 21:00:14 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2009-03-30 21:00:14 +0200 |
commit | 2e0493a34344480033792f859cc818adc010a17f (patch) | |
tree | c4219925715e40c82f6778cf5e1a473f7c0ce7ef /ChangeLog | |
parent | 7e8a4d6c850092a12ab5164879fb7bfcf45734f0 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |