File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ if test "$PHP_XSL" != "no"; then
22
22
[
23
23
PHP_EVAL_INCLINE([ $EXSLT_CFLAGS] )
24
24
PHP_EVAL_LIBLINE([ $EXSLT_LIBS] , [ XSL_SHARED_LIBADD] )
25
- AC_DEFINE ( HAVE_XSL_EXSLT , 1 , [ ] )
25
+ AC_DEFINE ( [ HAVE_XSL_EXSLT] , [ 1] ,
26
+ [ Define to 1 if system has the EXSLT extension library for XSLT.] )
26
27
] , [ ] )
27
28
28
29
AC_DEFINE ( HAVE_XSL ,1 ,[ ] )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if (PHP_XSL != "no") {
28
28
if ( ext_xsl_lib_found && CHECK_HEADER_ADD_INCLUDE ( "libxslt\\xslt.h" , "CFLAGS_XSL" ) ) {
29
29
if ( ext_exslt_lib_found ) {
30
30
if ( CHECK_HEADER_ADD_INCLUDE ( "libexslt\\exslt.h" , "CFLAGS_XSL" ) ) {
31
- AC_DEFINE ( "HAVE_XSL_EXSLT" , 1 , "" ) ;
31
+ AC_DEFINE ( "HAVE_XSL_EXSLT" , 1 , "Define to 1 if system has the EXSLT extension library for XSLT. " ) ;
32
32
}
33
33
}
34
34
EXTENSION ( "xsl" , "php_xsl.c xsltprocessor.c" , PHP_XSL_SHARED ) ;
You can’t perform that action at this time.
0 commit comments