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])
|