IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6952


Ignore:
Timestamp:
Apr 21, 2006, 2:41:32 PM (20 years ago)
Author:
Paul Price
Message:

Better solution to fftw problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r6951 r6952  
    210210  [AC_MSG_ERROR([FFTW version 3 (--withfloat) headers not found.  Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])]
    211211)
    212 TMP_LIBS=${LIBS}
    213 LIBS=-lm
    214212AC_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]
    216214)
    217215LIBS=${TMP_LIBS}
Note: See TracChangeset for help on using the changeset viewer.