Changeset 2724


Ignore:
Timestamp:
28/08/2010 23:44:06 (18 months ago)
Author:
chris
Message:

Fix features output saving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11/configure.ac

    r2718 r2724  
    384384 
    385385# Write summary of important info 
    386 cat <<EOC 
     386cat | tee config.log.features <<EOC 
    387387A summary of the build configuration is below. Box Backup will function 
    388388without these features, but will work better where they are present. Refer 
     
    394394Readline:            $have_libreadline 
    395395Extended attributes: $ac_cv_header_sys_xattr_h 
    396 EOC | tee config.log.features 
     396EOC 
    397397 
    398398 
Note: See TracChangeset for help on using the changeset viewer.