wok-stable annotate cromfs/stuff/openmp.u @ rev 10615
ncmpc: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 18:12:16 2011 +0200 (2011-05-26) |
parents | |
children |
rev | line source |
---|---|
pascal@366 | 1 --- cromfs-1.5.4/configure |
pascal@366 | 2 +++ cromfs-1.5.4/configure |
pascal@366 | 3 @@ -79,4 +79,3 @@ |
pascal@366 | 4 |
pascal@366 | 5 -do_echo -n "Checking if your compiler supports -fopenmp... " |
pascal@366 | 6 -if cc_check '<stdio.h>' '-fopenmp' 'int x,y[100];for(x=0; x<100;++x)y[x]=5;'; then |
pascal@366 | 7 +if false; then |
pascal@366 | 8 do_echo Yes |