Changeset 4157

Show
Ignore:
Timestamp:
Sat Dec 10 12:33:33 2005
Author:
mugur
Message:

fixed ticket:1580 - check4_functions out of date

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/CAMPSITE_2_3_BRANCH/campsite/.install_conf/check4_functions

    r3969 r4157  
    555 555 is_checked stl && return 0  
    556 556 err_message="Could not find STL (Standard Template Library) files. Please install libstdc++-devel package."  
    557   stl_versions="3.1 3.2 3.2.1 3.2.2 3.2.3 3.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.4 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4"  
      557 stl_versions="3.1 3.2 3.2.1 3.2.2 3.2.3 3.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.4 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 4 4.0 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4"  
    557 557 for stl_prefix in /usr/include /usr/local/include; do  
    558 558     for stl_dir in c++ g++; do