commit | 4da0725dc39d2e64d8efa593210599004833269b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Aug 02 21:57:20 2012 +0300 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Aug 04 10:57:59 2012 -0400 |
tree | b5cea6fbff6daafbe6951fee3a23e1d20379b8c9 | |
parent | 008c1fc5bd4f1c545c38e07242ad676830ea7785 [diff] |
acpi: fix build with new iasl compiler iasl versions starting with 20120320 (git commit 7fd09d993580e22a096a1b21d2a356d89e702153) enable a preprocessor by default, which currently strips out comments from the input. Happily the next release, 20120420, includes an option to disable the preprocessor. Test and use this option when available. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>