Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
1026f133
Commit
1026f133
authored
Apr 26, 2005
by
bellard
Browse files
win32 conf fix
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@1397
c046a42c-6fe2-441c-8c8c-71466251a162
parent
e362b55a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1026f133
...
...
@@ -566,9 +566,11 @@ echo "\"" >> $config_h
if
test
$kqemu
=
"yes"
;
then
echo
"CONFIG_KQEMU=yes"
>>
$config_mak
echo
"KERNEL_PATH=
$kernel_path
"
>>
$config_mak
if
test
$kbuild26
=
"yes"
;
then
echo
"CONFIG_KBUILD26=yes"
>>
$config_mak
if
test
$linux
=
"yes"
;
then
echo
"KERNEL_PATH=
$kernel_path
"
>>
$config_mak
if
test
$kbuild26
=
"yes"
;
then
echo
"CONFIG_KBUILD26=yes"
>>
$config_mak
fi
fi
fi
echo
"SRC_PATH=
$source_path
"
>>
$config_mak
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment