diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:13:05 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:21 -0500 |
commit | f0667e660720cf2aee4c58716a7a9337bc359a31 (patch) | |
tree | ca849722a8a8c98f99ba4e85a62746ffce48744e /configure | |
parent | 092c73eefffc72d7464d05697b23a3954c078f87 (diff) |
rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
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
@@ -1522,7 +1522,7 @@ if test "$debug_tcg" = "yes" ; then echo "#define CONFIG_DEBUG_TCG 1" >> $config_host_h fi if test "$debug" = "yes" ; then - echo "#define DEBUG_EXEC 1" >> $config_host_h + echo "#define CONFIG_DEBUG_EXEC 1" >> $config_host_h fi if test "$strip_opt" = "yes" ; then echo "STRIP_OPT=-s" >> $config_host_mak |