php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61475
Patch yaml-include.patch revision 2012-03-22 17:12 UTC by nolte at adobe dot com

Patch yaml-include.patch for yaml Bug #61475

Patch version 2012-03-22 17:12 UTC

Return to Bug #61475 | Download this patch
Patch Revisions:

Developer: nolte@adobe.com

Index: config.m4
===================================================================
--- config.m4	(revision 324468)
+++ config.m4	(working copy)
@@ -20,7 +20,7 @@
     PHP_YAML_DIR="$PHP_YAML"
   else
     AC_MSG_CHECKING([for yaml in default path])
-    for i in /usr /usr/local; do
+    for i in $prefix /usr /usr/local; do
       if test -r "$i/include/yaml.h"; then
         PHP_YAML_DIR=$i
         AC_MSG_RESULT([found in $i])
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC