summaryrefslogtreecommitdiff
path: root/ext/iconv/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/config.m4')
-rw-r--r--ext/iconv/config.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4
deleted file mode 100644
index 12e14d7ad8..0000000000
--- a/ext/iconv/config.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-PHP_ARG_WITH(iconv, for iconv support,
-[ --with-iconv[=DIR] Include iconv support])
-
-if test "$PHP_ICONV" != "no"; then
-
- PHP_SETUP_ICONV(ICONV_SHARED_LIBADD, [
- PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared)
- PHP_SUBST(ICONV_SHARED_LIBADD)
- ], [
- AC_MSG_ERROR(Please reinstall the iconv library.)
- ])
-
-fi