IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14418


Ignore:
Timestamp:
Aug 6, 2007, 2:51:23 PM (19 years ago)
Author:
jhoblitt
Message:

fix a misnamed var in the fftw3 probe that prevented LIBS from picking up the correct LDFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r14413 r14418  
    187187CFLAGS="${CFLAGS} ${FFTW3_CFLAGS}"
    188188CPPFLAGS=${CFLAGS}
    189 LDFLAGS="${LDFLAGS} ${FFTW3_LIBS}"
     189LDFLAGS="${LDFLAGS} ${FFTW3_LDFLAGS}"
    190190
    191191AC_CHECK_HEADERS([fftw3.h],[],
Note: See TracChangeset for help on using the changeset viewer.