Changeset 54

Show
Ignore:
Timestamp:
07/13/04 02:46:27 (4 years ago)
Author:
morris
Message:

don't die on termcap

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/configure

    r52 r54  
    45184518 
    45194519        LIBS="$LIBS -ltermcap" 
    4520  
    4521 else 
    4522  
    4523  
    4524         { { echo "$as_me:$LINENO: error: could not locate termcap 
    4525  
    4526 If you installed termcap into a non-standard directory, please run: 
    4527  
    4528     env CPPFLAGS=\"-I/path/to/include\" LDFLAGS=\"-L/path/to/lib\" ./configure" >&5 
    4529 echo "$as_me: error: could not locate termcap 
    4530  
    4531 If you installed termcap into a non-standard directory, please run: 
    4532  
    4533     env CPPFLAGS=\"-I/path/to/include\" LDFLAGS=\"-L/path/to/lib\" ./configure" >&2;} 
    4534    { (exit 1); exit 1; }; } 
    4535  
    45364520 
    45374521fi 
  • wire/trunk/configure.in

    r52 r54  
    133133AC_CHECK_LIB([termcap], [main], [ 
    134134        LIBS="$LIBS -ltermcap" 
    135 ], [ 
    136         WR_MSG_LIB_ERROR([termcap]) 
    137135]) 
    138136