wok-next view cromfs/stuff/openmp.u @ rev 6659

psyco: fix opcodes for python 2.7
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 11 17:24:20 2010 +0200 (2010-10-11)
parents
children
line source
1 --- cromfs-1.5.4/configure
2 +++ cromfs-1.5.4/configure
3 @@ -79,4 +79,3 @@
5 -do_echo -n "Checking if your compiler supports -fopenmp... "
6 -if cc_check '<stdio.h>' '-fopenmp' 'int x,y[100];for(x=0; x<100;++x)y[x]=5;'; then
7 +if false; then
8 do_echo Yes