diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:13:01 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:20 -0500 |
commit | 5735147e5ff5b389ef131effd367c64b45a4c2ad (patch) | |
tree | a560133e47e6a2343f2300c5c36424d52dc9b7d3 /configure | |
parent | 56ffaf254851cc80e6354420e883e66d810dffb2 (diff) |
rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1550,7 +1550,7 @@ EOF int main(void) { return bswap32(0); } EOF if $cc $ARCH_CFLAGS -o $TMPE $TMPC >/dev/null 2> /dev/null ; then - echo "#define HAVE_MACHINE_BSWAP_H 1" >> $config_host_h + echo "#define CONFIG_MACHINE_BSWAP_H 1" >> $config_host_h fi fi |