Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22947
Modified Files:
configure.ac
Log Message:
Check for the cfitsio library both using pkg-config and header files.
Index: configure.ac
===================================================================
RCS file: /cvsroot/ufraw/ufraw/configure.ac,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- configure.ac 31 Aug 2009 16:35:06 -0000 1.137
+++ configure.ac 1 Sep 2009 08:30:06 -0000 1.138
@@ -255,6 +255,11 @@
AC_DEFINE(HAVE_LIBCFITSIO, 1, have the cfitsio library) ],
[ have_cfitsio=no
AC_MSG_RESULT($CFITSIO_PKG_ERRORS) ] )
+if test "$have_cfitsio" = "no"; then
+ AC_CHECK_HEADER(fitsio.h,
+ AC_CHECK_LIB(cfitsio, ffcmsg))
+ have_cfitsio=${ac_cv_lib_cfitsio_ffcmsg:-no}
+fi
# check for exiv2 library
AC_ARG_WITH([exiv2],
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs