]> granicus.if.org Git - php/commit
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10,...
authorGwynne Raskind <gwynne@php.net>
Mon, 30 Nov 2009 21:38:44 +0000 (21:38 +0000)
committerGwynne Raskind <gwynne@php.net>
Mon, 30 Nov 2009 21:38:44 +0000 (21:38 +0000)
commitb2cc8c69dc55924b5de3d38eaeddb26e3de4d7db
tree8b2e213eb18fe032c9487bf6edfd410be0ee29d5
parent50a24392e95cf316a35dfbbde4e4d1d2078397cb
The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
configure.in