diff options
Diffstat (limited to 'ext/icap/config.m4')
-rw-r--r-- | ext/icap/config.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/icap/config.m4 b/ext/icap/config.m4 deleted file mode 100644 index 829677a3de..0000000000 --- a/ext/icap/config.m4 +++ /dev/null @@ -1,15 +0,0 @@ -dnl $Id$ - -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_EXTENSION(icap, $ext_shared) -fi |