mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Missing entries in .cvsignore and some cutpaste bugs in config.m4
This commit is contained in:
parent
fe054542a3
commit
aaf2473558
1 changed files with 3 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
|
||||
AC_DEFUN(PHP_XSL_CHECK_VERSION,[
|
||||
old_CPPFLAGS=$CPPFLAGS
|
||||
CPPFLAGS=-I$XSL_DIR/include
|
||||
|
@ -19,10 +20,8 @@ AC_DEFUN(PHP_XSL_CHECK_VERSION,[
|
|||
])
|
||||
|
||||
PHP_ARG_WITH(xsl, for XSL support,
|
||||
[ --with-xsl[=DIR] Include new DOM support (requires libxml >= 2.4.14).
|
||||
DIR is the libxml install directory.])
|
||||
|
||||
|
||||
[ --with-xsl[=DIR] Include new XSL support (requires libxslt >= 1.0.3).
|
||||
DIR is the libxslt install directory.])
|
||||
|
||||
if test "$PHP_XSL" != "no"; then
|
||||
|
||||
|
@ -54,14 +53,7 @@ if test "$PHP_XSL" != "no"; then
|
|||
PHP_ADD_INCLUDE($XSL_DIR/include)
|
||||
fi
|
||||
|
||||
|
||||
AC_DEFINE(HAVE_XSL,1,[ ])
|
||||
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
|
||||
PHP_SUBST(XSL_SHARED_LIBADD)
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue