Changeset 7300 for trunk/psLib/configure.ac
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r6954 r7300 172 172 ) 173 173 dnl Now check if CFITSIO supports fits_open_diskfile, i.e., is at least version 2.501 174 AC_CHECK_LIB(cfitsio,ffdkop en,174 AC_CHECK_LIB(cfitsio,ffdkopn, 175 175 [CFITSIO_DISKFILE=1], 176 176 [AC_MSG_WARN([The CFITSIO library version is rather old. Suggested version is 2.501 or greater.]) … … 361 361 ]) 362 362 363 if test "$SWIG_REQ" == "yes"364 then365 AC_CONFIG_FILES([ swig/Makefile ])366 fi363 #if test "$SWIG_REQ" == "yes" 364 #then 365 # AC_CONFIG_FILES([ swig/Makefile ]) 366 #fi 367 367 368 368 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
