- Timestamp:
- 07/26/11 15:37:51 (13 years ago)
- Location:
- trunk/FACT++
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure
r11618 r11620 25515 25515 { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5 25516 25516 $as_echo "$as_me: " >&6;} 25517 if test "$HAVE_ZLIB" = yes; then 25517 if test "$HAVE_FITS_H" = yes; then 25518 25519 if test "$HAVE_ZLIB" = yes; then 25518 25520 : 25519 25521 else 25520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib not found. Support for reading zipped files viewer disabled!" >&525521 $as_echo "$as_me: WARNING: zlib not found. Support for reading zipped files viewer disabled!" >&2;}25522 25523 fi 25524 if test "$HAVE_IZSTREAM_H" = yes; then25522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib not found. Support for .fits.gz in viewer disabled." >&5 25523 $as_echo "$as_me: WARNING: zlib not found. Support for .fits.gz in viewer disabled." >&2;} 25524 25525 fi 25526 if test "$HAVE_IZSTREAM_H" = yes; then 25525 25527 : 25526 25528 else 25527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!" >&5 25528 $as_echo "$as_me: WARNING: Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!" >&2;} 25529 25530 fi 25531 if test "$HAVE_FITS_H" = yes; then 25532 : 25533 else 25534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!" >&5 25535 $as_echo "$as_me: WARNING: Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!" >&2;} 25529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled." >&5 25530 $as_echo "$as_me: WARNING: Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled." >&2;} 25531 25532 fi 25533 25534 else 25535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled." >&5 25536 $as_echo "$as_me: WARNING: Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled." >&2;} 25536 25537 25537 25538 fi -
trunk/FACT++/configure.ac
r11618 r11620 440 440 AC_MSG_NOTICE(--------------------------------------------------------------------) 441 441 AC_MSG_NOTICE() 442 AM_COND_IF(HAS_ZLIB,, 443 AC_MSG_WARN([ zlib not found. Support for reading zipped files viewer disabled!]) 444 ) 445 AM_COND_IF(HAS_IZSTREAM_H,, 446 AC_MSG_WARN([ Mars izstream.h not found in gui/RawEventsViwer. Support for reading zipped files in viewer disabled!]) 447 ) 448 AM_COND_IF(HAS_FITS_H,, 449 AC_MSG_WARN([ Mars fits.h not found in gui/RawEventsViwer. Support for viewer disabled!]) 442 AM_COND_IF(HAS_FITS_H, [ 443 AM_COND_IF(HAS_ZLIB,, 444 AC_MSG_WARN([ zlib not found. Support for .fits.gz in viewer disabled.]) 445 ) 446 AM_COND_IF(HAS_IZSTREAM_H,, 447 AC_MSG_WARN([ Mars izstream.h not found in gui/RawEventsViewer. Support for .fits.gz disabled.]) 448 ) 449 ], 450 AC_MSG_WARN([ Mars fits.h not found in gui/RawEventsViewer. Target 'viewer' disabled.]) 450 451 ) 451 452 AM_COND_IF(HAS_LIBXP,, 452 453 AC_MSG_WARN([ Motif/lesstif not found. The dim gui did will not be built!]) 453 454 ) 454 455 AM_COND_IF(HAS_FITS,, 455 456 AC_MSG_WARN([ FITS support disabled. cfitsio/CCfits missing!]) 456 457 ) 457 458 AM_COND_IF(HAS_ROOT,
Note:
See TracChangeset
for help on using the changeset viewer.