[Kst] kdeextragear-2/kst
Andrew Walker
arwalker at sumusltd.com
Mon Jul 12 19:28:31 CEST 2004
CVS commit by arwalker:
Perform a more rigorous check for CFITSIO.
Its also woth noting that "obsolete and unsupported versions of FITSIO should only be used in exceptional cases where the latest CFITSIO release cannot be used." (http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio_prev_release.html)
M +1 -1 configure.in.in 1.24
--- kdeextragear-2/kst/configure.in.in #1.23:1.24
@@ -54,5 +54,5 @@
FITSIO_SUBDIR="fitsio"
KDE_CHECK_HEADER(fitsio.h, ,[FITSIO_SUBDIR=""] )
-KDE_CHECK_LIB(cfitsio, main, ,[FITSIO_SUBDIR=""], -lm )
+KDE_CHECK_LIB(cfitsio, fftopn, ,[FITSIO_SUBDIR=""], -lm )
AM_CONDITIONAL(include_fitsio_datasource, test -n "$FITSIO_SUBDIR")
More information about the Kst
mailing list