fix warning for shared debug

fix test bug26384 - WS issue
This commit is contained in:
Rob Richards 2003-12-07 11:11:47 +00:00
parent 72f73b7785
commit 44f59d6d7f
3 changed files with 26 additions and 19 deletions

View file

@ -20,6 +20,10 @@ if (PHP_XSL != "no") {
AC_DEFINE("HAVE_XSL", 1, "Define if xsl extension is enabled");
if (! PHP_XSL_SHARED) {
ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
} else {
if (PHP_DEBUG == "yes") {
ADD_FLAG("LDFLAGS_XSL", "/nodefaultlib:msvcrt");
}
}
} else {
WARNING("xsl not enabled; libraries and headers not found");

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<AREA_NAME>
<ROW>
<AREA_CODE>13</AREA_CODE>
@ -7,3 +8,5 @@
</ROW>
</AREA_NAME>