Changeset 6952
- Timestamp:
- Apr 21, 2006, 2:41:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r6951 r6952 210 210 [AC_MSG_ERROR([FFTW version 3 (--withfloat) headers not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])] 211 211 ) 212 TMP_LIBS=${LIBS}213 LIBS=-lm214 212 AC_CHECK_LIB(fftw3f,fftwf_plan_dft_2d,[], 215 [AC_MSG_ERROR([FFTW version 3 (--withfloat) library not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])] 213 [AC_MSG_ERROR([FFTW version 3 (--withfloat) library not found. Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])],[-lm] 216 214 ) 217 215 LIBS=${TMP_LIBS}
Note:
See TracChangeset
for help on using the changeset viewer.
