Message305904
| Author | skrah |
|---|---|
| Recipients | Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, berker.peksag, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, ned.deily, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, skrah, vstinner |
| Date | 2017-11-08.20:48:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20171108204805.GA21987@bytereef.org> |
| In-reply-to | <1510172890.76.0.213398074469.issue11063@psf.upfronthosting.co.za> |
| Content | |
|---|---|
On Wed, Nov 08, 2017 at 08:28:10PM +0000, Serhiy Storchaka wrote: > Does this check work? I tried similar checks with other functions and they were falsely passed because calling an undeclared function is not an error in C. Not here. If I replace uuid_generate_time_safe with a non-existing function name, it is still found: checking for uuid_generate_time_unsafe... yes The originally suggested AC_CHECK_LIB macro however works here in both cases. :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-08 20:48:16 | skrah | set | recipients: + skrah, orsenthil, kdart, pitrou, vstinner, christian.heimes, ned.deily, eric.araujo, Arfrever, r.david.murray, methane, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, berker.peksag, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com |
| 2017-11-08 20:48:16 | skrah | link | issue11063 messages |
| 2017-11-08 20:48:15 | skrah | create | |