1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-29 21:46:59 +03:00

libxml.h: Remove dubious definition of LIBXML_STATIC

This macro is supposed to be set by the build system.
This commit is contained in:
Nick Wellnhofer 2022-12-08 03:56:40 +01:00
parent 60d457be30
commit 92b8ffada8

View File

@ -55,7 +55,4 @@
#define ATTRIBUTE_NO_SANITIZE(arg)
#endif
#if !defined(PIC) && !defined(NOLIBTOOL) && !defined(LIBXML_STATIC)
# define LIBXML_STATIC
#endif
#endif /* ! __XML_LIBXML_H__ */