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
e4afee97
Commit
e4afee97
authored
Apr 26, 2005
by
bellard
Browse files
cosmetics
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@1403
c046a42c-6fe2-441c-8c8c-71466251a162
parent
d0b3e735
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
e4afee97
...
...
@@ -158,8 +158,6 @@ for opt do
;;
--extra-ldflags
=
*
)
LDFLAGS
=
"
${
opt
#--extra-ldflags=
}
"
;;
--extra-libs
=
*
)
extralibs
=
${
opt
#--extra-libs=
}
;;
--cpu
=
*
)
cpu
=
`
echo
$opt
|
cut
-d
'='
-f
2
`
;;
--target-list
=
*
)
target_list
=
${
opt
#--target-list=
}
...
...
@@ -420,7 +418,9 @@ if test "$darwin" = "yes" ; then
echo
"Cocoa support
$cocoa
"
fi
echo
"SDL support
$sdl
"
echo
"SDL static link
$sdl_static
"
if
test
"
$sdl
"
!=
"no"
;
then
echo
"SDL static link
$sdl_static
"
fi
echo
"mingw32 support
$mingw32
"
echo
"Adlib support
$adlib
"
echo
-n
"FMOD support
$fmod
"
...
...
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