mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-18 12:25:57 +03:00
Enable the <config.h>-requiring test; fix violations
Use <config.h>, not "config.h", per autoconf documentation. * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable. * .x-sc_require_config_h: New file, to list exempted files. * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Daniel Veillard <veillard@redhat.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <Python.h>
|
||||
#include "libvirt/libvirt.h"
|
||||
|
||||
Reference in New Issue
Block a user