Message123804
subprocess-cloexec-atomic-py3k.patch:
+case $ac_sys_system in
+ GNU*|Linux*)
+ AC_CHECK_FUNC(pipe2, AC_DEFINE(HAVE_PIPE2, 1, [Define if the OS supports pipe2()]), )
+esac
I think that you can remove the test on the OS name. AC_CHECK_FUNC() doesn't hurt if the function doesn't exist. Other OS may have pipe2(). |
|
Date |
User |
Action |
Args |
2010-12-11 17:02:57 | vstinner | set | recipients:
+ vstinner, georg.brandl, gregory.p.smith, paul.moore, ned.deily, milko.krachounov, Giovanni.Bajo |
2010-12-11 17:02:57 | vstinner | set | messageid: <1292086977.17.0.501061213058.issue7213@psf.upfronthosting.co.za> |
2010-12-11 17:02:56 | vstinner | link | issue7213 messages |
2010-12-11 17:02:56 | vstinner | create | |
|