IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 11:39:55 AM (20 years ago)
Author:
Paul Price
Message:

Correcting FFTW configure option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r7380 r7404  
    207207LDFLAGS="${TMP_LDFLAGS} ${PSLIB_LIBS}"
    208208AC_CHECK_HEADERS([fftw3.h],[],
    209   [AC_MSG_ERROR([FFTW version 3 (--withfloat) 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.])]
    210210)
    211211AC_CHECK_LIB(fftw3f,fftwf_plan_dft_2d,[],
    212   [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]
     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]
    213213)
    214214LIBS=${TMP_LIBS}
Note: See TracChangeset for help on using the changeset viewer.