summaryrefslogtreecommitdiff
path: root/ext/soap/config.m4
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-09-08 15:38:45 +0000
committerSVN Migration <svn@php.net>2002-09-08 15:38:45 +0000
commite94c67742f6f4bf9fe9a381273d1ea6a16db5ec3 (patch)
tree7cb16c2c460931bbf4798a79167770dfb48ff643 /ext/soap/config.m4
parent6c22f90b4a3d24a8da83e78f8eef97cba6c05197 (diff)
downloadphp-git-php-4.3.0dev_zend2_alpha3.tar.gz
This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3
'php_4_3_0_dev_zend2_alpha3'.
Diffstat (limited to 'ext/soap/config.m4')
-rw-r--r--ext/soap/config.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4
deleted file mode 100644
index 44c12cb037..0000000000
--- a/ext/soap/config.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-dnl $Id$
-dnl config.m4 for extension soap
-
-dnl Comments in this file start with the string 'dnl'.
-dnl Remove where necessary. This file will not work
-dnl without editing.
-
-PHP_ARG_ENABLE(soap, whether to enable soap support,
-Make sure that the comment is aligned:
-[ --enable-soap Enable soap support])
-
-if test "$PHP_SOAP" != "no"; then
- PHP_ADD_INCLUDE(/usr/local/include/libxml2)
- PHP_ADD_LIBRARY_WITH_PATH(xml2,/usr/local/lib,SOAP_SHARED_LIBADD)
- PHP_EXTENSION(soap, $ext_shared)
-fi