summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-03-02 21:52:18 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-03-02 21:52:18 +0000
commit023e9351d0b8d2643058caff595ea4bc8d6003fa (patch)
treeb9246ccebeecf32a4c5a932c1dfa69697dcac44a /configure
parented96ca357123afb55d910be6ff72a5100c73c2dd (diff)
downloadqemu-023e9351d0b8d2643058caff595ea4bc8d6003fa.tar.gz
suppressed invalid test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1767 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index a320c71b2c..58759337a5 100755
--- a/configure
+++ b/configure
@@ -692,9 +692,6 @@ elif test "$target_cpu" = "x86_64" ; then
echo "#define TARGET_X86_64 1" >> $config_h
if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64" ; then
echo "#define USE_KQEMU 1" >> $config_h
- if test $kqemu_profile = "yes" ; then
- echo "#define CONFIG_KQEMU_PROFILE 1" >> $config_h
- fi
fi
elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then
echo "TARGET_ARCH=mips" >> $config_mak