[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's the right way to detect libxml2?
From: |
Eli Zaretskii |
Subject: |
Re: What's the right way to detect libxml2? |
Date: |
Fri, 03 Nov 2017 11:36:06 +0200 |
> From: Robert Pluim <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Mon, 30 Oct 2017 09:49:45 +0100
>
> > This is okay for the master branch, but please also add a NEWS entry
> > about the new function, and the fact that from now on the detection of
> > libxml2 availability should use that.
>
> Attached, as I don't have commit privileges, and I don't know whether
> my copyright assignment has finished being processed yet.
Thanks, pushed to the master branch.
A comment for the future: please always end the log en tries with a
period, to make them complete sentences. Like this:
* src/emacs.c (main): Call syms_of_xml unconditionally.
* src/lisp.h: Provide syms_of_xml prototype even when
HAVE_LIBXML2 is not defined.
* src/xml.c (Flibxml_available_p): New function, cloned from
Fgnutls_available_p.
(syms_of_xml): Provide Slibxml_available_p.
- Re: What's the right way to detect libxml2?,
Eli Zaretskii <=