Downgrade lack of libxslt from configure warning to notice (RESEND)

Gerald Pfeifer gerald at pfeifer.com
Fri Jun 27 17:24:36 CDT 2008


[ 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?

Gerald

ChangeLog:
Make the lack of libxslt only a configure notice, not a warning.

Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.793
diff -u -3 -p -r1.793 configure.ac
--- configure.ac	26 May 2008 18:15:02 -0000	1.793
+++ configure.ac	8 Jun 2008 20:41:25 -0000
@@ -848,7 +848,7 @@ then
              LIBS="$ac_save_LIBS"],,$ac_xslt_libs)
     fi
 fi
-WINE_WARNING_WITH(xslt,[test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"],
+WINE_NOTICE_WITH(xslt,[test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"],
                  [libxslt development files not found, xslt won't be supported.])
 
 dnl **** Check for libhal ****



More information about the wine-patches mailing list