Le 04/04/2009 02:50, Alan Coopersmith a écrit : > +if test "x$MMX_CFLAGS" = "x" ; then [...] > +fi > +if test "x$SSE2_CFLAGS" = "x" ; then [...] > +fi What's the reason for checking if the variables already exist? The old code just set them right away. Cheers, Rémi