Wine: Downgrade lack of libxslt from configure warning to notice.

Gerald Pfeifer gerald at pfeifer.com
Wed Jan 19 16:37:17 CST 2011


On Sat, 28 Jun 2008, Gerald Pfeifer wrote:
> [ Still running into this, and compared to the others where we only
>   use WINE_NOTICE_WITH, like CUPS or HAL this really seems very low 
>   importance. ]
> 
>   On a test system of mine which does not feature too many packages I am
> getting the following:
> 
> configure: libsane development files not found, scanners won't be supported.
> configure: libgphoto2 development files not found, digital cameras won't be supported.
> configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
> configure: libcapi20 development files not found, ISDN won't be supported.
> configure: WARNING: libxslt development files not found, xslt won't be supported.
> 
> Looking that libxslt only seems to be used by msxml3, I am wondering
> whether this really is worth a warning?
> 
> How about the patch below?

So I found this older patch of mine in a TODO folder and am wondering
whether it can be considered.  It not, that's fine too and I'll remove
it over here; an explicit NACK would be nice in that case.

Thanks,
Gerald

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9ce83e8..c3e51d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1186,7 +1186,7 @@ then
                          [XSLTINCL="$ac_xslt_cflags"],,[$ac_xslt_libs])
     fi
 fi
-WINE_WARNING_WITH(xslt,[test "x$ac_cv_lib_soname_xslt" = "x"],
+WINE_NOTICE_WITH(xslt,[test "x$ac_cv_lib_soname_xslt" = "x"],
                  [libxslt ${notice_platform}development files not found, xslt won't be supported.])
 
 dnl **** Check for libhal ****
-- 
1.7.2.2



More information about the wine-patches mailing list