Commit 023e9351d0b8d2643058caff595ea4bc8d6003fa
1 parent
ed96ca35
suppressed invalid test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1767 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
3 deletions
configure
... | ... | @@ -692,9 +692,6 @@ elif test "$target_cpu" = "x86_64" ; then |
692 | 692 | echo "#define TARGET_X86_64 1" >> $config_h |
693 | 693 | if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then |
694 | 694 | echo "#define USE_KQEMU 1" >> $config_h |
695 | - if test $kqemu_profile = "yes" ; then | |
696 | - echo "#define CONFIG_KQEMU_PROFILE 1" >> $config_h | |
697 | - fi | |
698 | 695 | fi |
699 | 696 | elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then |
700 | 697 | echo "TARGET_ARCH=mips" >> $config_mak | ... | ... |