IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5219


Ignore:
Timestamp:
Oct 3, 2005, 10:24:11 AM (21 years ago)
Author:
desonia
Message:

bug 547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r5070 r5219  
    156156PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${CFITSIO_CFLAGS}"
    157157PSLIB_LIBS="${PSLIB_LIBS=} $CFITSIO_LDFLAGS -lcfitsio"
     158TMP_CFLAGS=${CFLAGS}
     159CFLAGS=${CFITSIO_CFLAGS}
    158160AC_CHECK_HEADERS([fitsio.h],[],
    159161   [AC_MSG_ERROR([CFITSIO is required.  Obtain it at  http://heasarc.gsfc.nasa.gov/docs/software/fitsio or use --with-cfitsio to specify location.])])
     162CFLAGS=${TMP_CFLAGS}
    160163
    161164AC_SUBST([CFITSIO_CFLAGS])
     
    174177PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${FFTW3_CFLAGS}"
    175178PSLIB_LIBS="${PSLIB_LIBS=} $FFTW3_LDFLAGS -lfftw3f"
    176 AC_MSG_CHECKING([FFTW header files])
     179TMP_CFLAGS=${CFLAGS}
     180CFLAGS=${FFTW3_CFLAGS}
    177181AC_CHECK_HEADERS([fftw3.h],[],
    178182   [AC_MSG_ERROR([FFTW version 3 with float support is required.  Obtain it at http://www.fftw.org/or use --with-fftw3 to specify location.])])
     183CFLAGS=${TMP_CFLAGS}
    179184
    180185AC_SUBST([FFTW3_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.