Changeset 566

Show
Ignore:
Timestamp:
09/07/06 21:14:53 (2 years ago)
Author:
tg
Message:

fix PR#75

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r565 r566  
    196196fi 
    197197 
     198if [[ ! -s /usr/include/ncurses.h ]]; then 
     199        echo Install ncurses header files, please. 
     200        out=1 
     201fi 
     202 
    198203if ! which g++ >/dev/null 2>&1; then 
    199204        echo You must install the host GNU C++ compiler to continue.