Hi, Wout Mertens <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
