IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19052


Ignore:
Timestamp:
Aug 13, 2008, 11:29:38 AM (18 years ago)
Author:
Paul Price
Message:

FFTW needs math library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r18959 r19052  
    197197    FFTW_THREADS=1
    198198    PSLIB_LIBS="${PSLIB_LIBS=} -lfftw3f_threads"],
    199    AC_MSG_WARN([FFTW version 3 not compiled with thread support (--enable-threads)])
    200    )]
     199   AC_MSG_WARN([FFTW version 3 not compiled with thread support (--enable-threads)]),[-lm]
     200   )],[-lm]
    201201)
    202202
Note: See TracChangeset for help on using the changeset viewer.