php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #71672
Patch 0001-haru.c-HPDF_UseUTFEncodings.patch revision 2016-02-26 18:16 UTC by bdmanning at ucsd dot edu
Patch configure.in.diff revision 2011-10-08 23:46 UTC by php-bugs-2011 at ryandesign dot com

Patch configure.in.diff for haru Bug #71672

Patch version 2011-10-08 23:46 UTC

Return to Bug #71672 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: php-bugs-2011@ryandesign.com

# Revert change to configure.in made between php 5.3.3 and 5.3.4 that disabled time_nanosleep on OS X.
--- a/configure.in.orig	2010-12-08 15:38:51.000000000 -0600
+++ b/configure.in	2010-07-21 05:50:07.000000000 -0500
@@ -611,7 +611,7 @@
 )
 
 dnl Some systems (like OpenSolaris) do not have nanosleep in libc
-PHP_CHECK_FUNC_LIB(nanosleep, rt)
+PHP_CHECK_FUNC(nanosleep, rt)
 
 dnl Check for getaddrinfo, should be a better way, but...
 dnl Also check for working getaddrinfo
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC