summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:13:02 +0200
committerAnthony Liguori2009-07-27 21:09:21 +0200
commit9788c9cadf42e4814b0ed0c491734292a13a0b2d (patch)
tree81ab789dac4750e64fedd45ce2acecacdc894152 /configure
parentrename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H (diff)
downloadqemu-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 61f4c7830d..ac8273e7e2 100755
--- a/configure
+++ b/configure
@@ -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