]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 22 Oct 2013 16:09:57 +0000 (17:09 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 22 Oct 2013 22:01:18 +0000 (23:01 +0100)
commitecddd7a3c0c9a59a0f8ec77210b50f17ae65a4ca
tree05d97cf22d83126b1fc3e7b827cb7c7f351eaad9
parente350826c653b20dd271ab99075d2f224c7451356
build: Fix prohibit_int_ijk (and iijjkk) on RHEL 5

On RHEL 5, make syntax-check was failing because even strings like
'int isTempChain' matched the 'int i' rule.  To be honest, I haven't
found the root cause, but the change added makes it work as expected
and keeps the proper behavior on newer systems as well.
cfg.mk