diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-29 18:15:54 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-29 18:15:54 +0000 |
commit | 955f993c96d161b7fd535696bf07ee55358a3661 (patch) | |
tree | cd0e5fd6b1d7b003130971e6f9f9637042c1d8de /libvir.c | |
parent | e652e9ec61426e803785c0b4309509bffe68408c (diff) | |
download | libvirt-python-v6-955f993c96d161b7fd535696bf07ee55358a3661.tar.gz libvirt-python-v6-955f993c96d161b7fd535696bf07ee55358a3661.tar.xz libvirt-python-v6-955f993c96d161b7fd535696bf07ee55358a3661.zip |
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.
Diffstat (limited to 'libvir.c')
-rw-r--r-- | libvir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ * Daniel Veillard <veillard@redhat.com> */ -#include "config.h" +#include <config.h> #include <Python.h> #include "libvirt/libvirt.h" |