Changeset 1877

Show
Ignore:
Timestamp:
Wed Jan 4 19:28:28 2006
Author:
fgerlits
Message:

corrected a lying progress indicator message

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/livesupport/etc/configure.ac

    r1868 r1877  
    276 276             AC_HELP_STRING([--with-check-boost],  
    277 277                [check for the availability of the boost library on the  
    278                   system, and use it if available (yes)]),  
      278                 system, and use it if available (no)]),  
    278 278             [CHECK_BOOST_LIB=${withval}], [CHECK_BOOST_LIB=no])  
    279 279  
    311 311             AC_HELP_STRING([--with-check-icu],  
    312 312                [check for the availability of the icu library on the  
    313                   system, and use it if available (yes)]),  
      313                 system, and use it if available (no)]),  
    313 313             [CHECK_ICU_LIB=${withval}], [CHECK_ICU_LIB=no])  
    314 314