File tree Expand file tree Collapse file tree 8 files changed +2
-74
lines changed Expand file tree Collapse file tree 8 files changed +2
-74
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([dom],
6
6
[ Disable DOM support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ [ --with-libxml-dir[ =DIR] ] ] ,
13
- [ DOM: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
if test "$PHP_DOM" != "no"; then
19
10
20
11
if test "$PHP_LIBXML" = "no"; then
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([libxml],
6
6
[ Disable LIBXML support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ [ --with-libxml-dir[ =DIR] ] ] ,
13
- [ LIBXML: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
if test "$PHP_LIBXML" != "no"; then
19
10
20
11
dnl This extension can not be build as shared
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([simplexml],
6
6
[ Disable SimpleXML support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
13
- [ SimpleXML: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
if test "$PHP_SIMPLEXML" != "no"; then
19
10
20
11
if test "$PHP_LIBXML" = "no"; then
Original file line number Diff line number Diff line change @@ -5,15 +5,6 @@ PHP_ARG_ENABLE([soap],
5
5
[ AS_HELP_STRING ( [ --enable-soap] ,
6
6
[ Enable SOAP support] ) ] )
7
7
8
- if test -z "$PHP_LIBXML_DIR"; then
9
- PHP_ARG_WITH([ libxml-dir] ,
10
- [ libxml2 install dir] ,
11
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
12
- [ SOAP: libxml2 install prefix] ) ] ,
13
- [ no] ,
14
- [ no] )
15
- fi
16
-
17
8
if test "$PHP_SOAP" != "no"; then
18
9
19
10
if test "$PHP_LIBXML" = "no"; then
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([xml],
6
6
[ Disable XML support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
13
- [ XML: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
PHP_ARG_WITH([ libexpat-dir] ,
19
10
[ libexpat install dir] ,
20
11
[ AS_HELP_STRING ( [ --with-libexpat-dir=DIR] ,
@@ -37,7 +28,7 @@ if test "$PHP_XML" != "no"; then
37
28
xml_extra_sources="compat.c"
38
29
PHP_ADD_EXTENSION_DEP(xml, libxml)
39
30
] , [
40
- AC_MSG_ERROR ( [ libxml2 not found. Use --with-libxml-dir=<DIR> ] )
31
+ AC_MSG_ERROR ( [ libxml2 not found.] )
41
32
] )
42
33
fi
43
34
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([xmlreader],
6
6
[ Disable XMLReader support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
13
- [ XMLReader: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
if test "$PHP_XMLREADER" != "no"; then
19
10
20
11
if test "$PHP_LIBXML" = "no"; then
Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ PHP_ARG_WITH([xmlrpc],
10
10
[ AS_HELP_STRING ( [ [ --with-xmlrpc[ =DIR] ] ] ,
11
11
[ Include XMLRPC-EPI support] ) ] )
12
12
13
- if test -z "$PHP_LIBXML_DIR"; then
14
- PHP_ARG_WITH([ libxml-dir] ,
15
- [ libxml2 install dir] ,
16
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
17
- [ XMLRPC-EPI: libxml2 install prefix] ) ] ,
18
- [ no] ,
19
- [ no] )
20
- fi
21
-
22
13
PHP_ARG_WITH([ libexpat-dir] ,
23
14
[ libexpat dir for XMLRPC-EPI] ,
24
15
[ AS_HELP_STRING ( [ --with-libexpat-dir=DIR] ,
@@ -54,7 +45,7 @@ if test "$PHP_XMLRPC" != "no"; then
54
45
PHP_ADD_BUILD_DIR(ext/xml)
55
46
fi
56
47
] , [
57
- AC_MSG_ERROR ( [ libxml2 not found. Use --with-libxml-dir=<DIR> ] )
48
+ AC_MSG_ERROR ( [ libxml2 not found.] )
58
49
] )
59
50
else
60
51
testval=no
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ PHP_ARG_ENABLE([xmlwriter],
6
6
[ Disable XMLWriter support] ) ] ,
7
7
[ yes] )
8
8
9
- if test -z "$PHP_LIBXML_DIR"; then
10
- PHP_ARG_WITH([ libxml-dir] ,
11
- [ libxml2 install dir] ,
12
- [ AS_HELP_STRING ( [ --with-libxml-dir=DIR] ,
13
- [ XMLWriter: libxml2 install prefix] ) ] ,
14
- [ no] ,
15
- [ no] )
16
- fi
17
-
18
9
if test "$PHP_XMLWRITER" != "no"; then
19
10
20
11
if test "$PHP_LIBXML" = "no"; then
You can’t perform that action at this time.
0 commit comments