diff options
author | Khalid Aziz <khalid_aziz@hp.com> | 2009-09-09 13:16:41 -0600 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2009-09-10 10:47:02 +1000 |
commit | 15302512abb2de7f253494d3ebaae7c68bcdca3c (patch) | |
tree | 471f223a44d62f049f67e387da9548bc2319b01b /kexec_test | |
parent | c38ad602e15e5c7c4204d1a47e2fd1984cf98afb (diff) |
Fix a problem caused by autoconf 2.64 which redefined AC_MSG_ERROR
autoconf 2.64 redefined AC_MSG_ERROR and now a ";" is required at the
end of AC_MSG_ERROR macro invocation in configure.ac. Absence of this
";" causes an "unexpected end of file" message when configure script
generated by autoconf is run. This patch adds the ";" in right places. I
have verified that configure.ac still works fine after these changes
with autoconf 2.63 and 2.61.
[horms@verge.net.au: removed trailing whitespace]
Signed-off-by: Khalid Aziz <khalid.aziz@hp.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec_test')
0 files changed, 0 insertions, 0 deletions