/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by bellard, Sat Apr 23 18:30:28 2005 UTC revision 1.64 by bellard, Tue Apr 26 20:34:45 2005 UTC
# Line 566  echo "\"" >> $config_h Line 566  echo "\"" >> $config_h
566    
567  if test $kqemu = "yes" ; then  if test $kqemu = "yes" ; then
568    echo "CONFIG_KQEMU=yes" >> $config_mak    echo "CONFIG_KQEMU=yes" >> $config_mak
569    echo "KERNEL_PATH=$kernel_path" >> $config_mak    if test $linux = "yes" ; then
570    if test $kbuild26 = "yes" ; then      echo "KERNEL_PATH=$kernel_path" >> $config_mak
571      echo "CONFIG_KBUILD26=yes" >> $config_mak      if test $kbuild26 = "yes" ; then
572          echo "CONFIG_KBUILD26=yes" >> $config_mak
573        fi
574    fi    fi
575  fi  fi
576  echo "SRC_PATH=$source_path" >> $config_mak  echo "SRC_PATH=$source_path" >> $config_mak

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26