Changeset 7404 for trunk/psLib/configure.ac
- Timestamp:
- Jun 7, 2006, 11:39:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r7380 r7404 207 207 LDFLAGS="${TMP_LDFLAGS} ${PSLIB_LIBS}" 208 208 AC_CHECK_HEADERS([fftw3.h],[], 209 [AC_MSG_ERROR([FFTW version 3 (--with float) headers not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])]209 [AC_MSG_ERROR([FFTW version 3 (--with-float) headers not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])] 210 210 ) 211 211 AC_CHECK_LIB(fftw3f,fftwf_plan_dft_2d,[], 212 [AC_MSG_ERROR([FFTW version 3 (--with float) library not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])],[-lm]212 [AC_MSG_ERROR([FFTW version 3 (--with-float) library not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])],[-lm] 213 213 ) 214 214 LIBS=${TMP_LIBS}
Note:
See TracChangeset
for help on using the changeset viewer.
