Revision 824d560f configure

b/configure
195 195
    EXESUF=".exe"
196 196
    gdbstub="no"
197 197
    oss="no"
198
    kqemu="no"
198 199
fi
199 200

  
200 201
if test -z "$target_list" ; then
......
609 610
  echo "TARGET_ARCH=i386" >> $config_mak
610 611
  echo "#define TARGET_ARCH \"i386\"" >> $config_h
611 612
  echo "#define TARGET_I386 1" >> $config_h
613
  if test $kqemu = "yes" -a "$target_softmmu" = "yes" ; then
614
    echo "#define USE_KQEMU 1" >> $config_h
615
  fi
612 616
elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then
613 617
  echo "TARGET_ARCH=arm" >> $config_mak
614 618
  echo "#define TARGET_ARCH \"arm\"" >> $config_h

Also available in: Unified diff