components/php-5_2/idn/patches/idn_config.patch
branchs11-update
changeset 4411 45579acd1602
parent 4407 7591b44b7398
child 4413 ac7688ac96e0
--- a/components/php-5_2/idn/patches/idn_config.patch	Wed Jun 03 06:46:31 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
---- idn-0.2.0/config.m4.ORIG	Thu Jan 29 11:40:38 2009
-+++ idn-0.2.0/config.m4	Thu Jan 29 11:42:02 2009
-@@ -5,8 +5,8 @@
- [  --with-idn[=DIR]        Include GNU Libidn support])
- 
- if test "$PHP_IDN" != "no"; then
--  SEARCH_PATH="/usr/local /usr"
--  SEARCH_FOR="/include/idna.h"
-+  SEARCH_PATH="/usr/local /usr" 
-+  SEARCH_FOR="include/idn/idna.h"
- 
-   if test -r $PHP_IDN/$SEARCH_FOR; then # path given as parameter
-     IDN_DIR=$PHP_IDN
-@@ -33,7 +33,7 @@
-     AC_MSG_RESULT([no])
-   fi
- 
--  PHP_ADD_INCLUDE($IDN_DIR/include)
-+  PHP_ADD_INCLUDE(/usr/include/idn)
- 
-   dnl # --with-idn -> check for lib and symbol presence
-   LIBNAME=idn