Changeset View
Changeset View
Standalone View
Standalone View
lang/php72/files/patch-ext_xmlrpc_config.m4
- This file was moved from net/php72-xmlrpc/files/patch-config.m4.
| --- config.m4.orig 2014-04-29 08:04:30.000000000 +0000 | --- ext/xmlrpc/config.m4.orig 2018-07-17 05:35:53 UTC | ||||
| +++ config.m4 2014-05-15 08:04:00.883004682 +0000 | +++ ext/xmlrpc/config.m4 | ||||
| @@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then | @@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then | ||||
| fi | fi | ||||
| fi | fi | ||||
| - dnl if iconv is shared or missing then we should build iconv ourselves | - dnl if iconv is shared or missing then we should build iconv ourselves | ||||
| - if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then | - if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then | ||||
| - | - | ||||
| if test "$PHP_ICONV_DIR" != "no"; then | if test "$PHP_ICONV_DIR" != "no"; then | ||||
| Show All 13 Lines | |||||