瀏覽代碼

starpufft needs fftwf, not fftwl

Samuel Thibault 14 年之前
父節點
當前提交
595249abc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -22,7 +22,7 @@ AM_LDFLAGS = $(STARPU_CUDA_LDFLAGS) $(STARPU_OPENCL_LDFLAGS)
 SUBDIRS = stencil
 SUBDIRS = stencil
 
 
 if STARPU_HAVE_FFTW
 if STARPU_HAVE_FFTW
-if STARPU_HAVE_FFTWL
+if STARPU_HAVE_FFTWF
 SUBDIRS += starpufft
 SUBDIRS += starpufft
 endif
 endif
 endif
 endif