]> git.proxmox.com Git - qemu.git/commit - configure
configure: Fix wrong preprocessor statement
authorStefan Weil <sw@weilnetz.de>
Fri, 6 Apr 2012 19:33:20 +0000 (21:33 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 12 Apr 2012 08:51:54 +0000 (09:51 +0100)
commite172fe1177ffa14f6d13cc539dd80d2a2705aa73
tree580d3e4423f7aa3c5a157a172e9fb203d76f1200
parent8fb03151651cc61f68f8032374c9c08dc129b9d9
configure: Fix wrong preprocessor statement

#abort is not a preprocessor statement. It aborts, but the preprocessor
statement #error is more common to abort a compilation.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure