]> 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)
commitaa1904f4abfe1c4c72c2492b0e40b3d292aa905f
tree670285b7cc463b629ed19d2e8ceccc36a4e79e86
parent565cec5cfc4f5979c493edcbcc685eb306284810
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