This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, Keith.Dart, Michael.Felt, aixtools@gmail.com, christian.heimes, eric.araujo, hynek, kdart, knny-myer, lukasz.langa, martin.panter, methane, nailor, nvetoshkin, orsenthil, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2017-10-02.13:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506950123.99.0.213398074469.issue11063@psf.upfronthosting.co.za>
In-reply-to
Content
> Though I don't know how to reuse the find_file() logic in configure...

Maybe we could use pkg-config instead?

haypo@selma$ pkg-config uuid --cflags
-I/usr/include/uuid 
haypo@selma$ pkg-config uuid --libs
-luuid
History
Date User Action Args
2017-10-02 13:15:24vstinnersetrecipients: + vstinner, orsenthil, kdart, pitrou, christian.heimes, eric.araujo, Arfrever, r.david.murray, methane, nvetoshkin, lukasz.langa, knny-myer, nailor, Keith.Dart, hynek, martin.panter, serhiy.storchaka, Michael.Felt, aixtools@gmail.com
2017-10-02 13:15:23vstinnersetmessageid: <1506950123.99.0.213398074469.issue11063@psf.upfronthosting.co.za>
2017-10-02 13:15:23vstinnerlinkissue11063 messages
2017-10-02 13:15:23vstinnercreate