|
Roadmap |
Site sponsored by
IGEL
|
||
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [directfb-dev] Re: Slight buglet in DirectFB-0.9.12 configure.in
Hi, Wout Mertens <wmertens@cisco.com> writes: > The configure.in that came with the DirectFB-0.9.12 tarball will never > enable MMX if you say --enable-mmx. On line 190 it says: > > if test "x$have_mmx" = xon; then > > But when you add --enable-mmx, the value will be yes, whereas otherwise it > will come from $have_x86. So maybe the line should be changed to: > > if test "x$have_mmx" = xon || test "x$have_mmx" = xyes; then I've instead changed the $have_x86 variable to be either yes or no. Thanks for spotting this. Salut, Sven -- Info: To unsubscribe send a mail to listar@directfb.org with "unsubscribe directfb-dev" as subject.
|
|
| directfb.org |
|
Development |
|
Old Archives |