summaryrefslogtreecommitdiff
path: root/ext/icap/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/icap/config.m4')
-rw-r--r--ext/icap/config.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/icap/config.m4 b/ext/icap/config.m4
deleted file mode 100644
index 8101656585..0000000000
--- a/ext/icap/config.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-PHP_ARG_WITH(icap,for ICAP support,
-[ --with-icap[=DIR] Include ICAP support.])
-
-if test "$PHP_ICAP" != "no"; then
- ICAP_DIR=$PHP_ICAP
- test "$ICAP_DIR" = "yes" && ICAP_DIR=/usr/local
-
- PHP_ADD_INCLUDE($ICAP_DIR)
- PHP_SUBST(ICAP_SHARED_LIBADD)
- PHP_ADD_LIBRARY_WITH_PATH(icap, $ICAP_DIR, ICAP_SHARED_LIBADD)
- AC_DEFINE(HAVE_ICAP,1,[ ])
- PHP_NEW_EXTENSION(icap, php_icap.c, $ext_shared)
-fi