diff options
author | Juan Quintela | 2009-07-27 16:13:02 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-07-27 21:09:21 +0200 |
commit | 9788c9cadf42e4814b0ed0c491734292a13a0b2d (patch) | |
tree | 81ab789dac4750e64fedd45ce2acecacdc894152 /configure | |
parent | rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H (diff) | |
download | qemu-9788c9cadf42e4814b0ed0c491734292a13a0b2d.tar.gz qemu-9788c9cadf42e4814b0ed0c491734292a13a0b2d.tar.xz qemu-9788c9cadf42e4814b0ed0c491734292a13a0b2d.zip |
rename HAVE_GPROF to TARGET_GPROF
Use was not consistent, in Makefile was TARGET_GPROF and in *h HAVE_GPROF
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
@@ -1583,7 +1583,7 @@ if test -n "$sparc_cpu"; then fi if test "$gprof" = "yes" ; then echo "TARGET_GPROF=yes" >> $config_host_mak - echo "#define HAVE_GPROF 1" >> $config_host_h + echo "#define TARGET_GPROF 1" >> $config_host_h fi if test "$static" = "yes" ; then echo "CONFIG_STATIC=y" >> $config_host_mak |