Ignore:
Timestamp:
27/02/2011 23:07:18 (15 months ago)
Author:
chris
Message:

Test whether pdcurses is required to compile with readline support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/m4/vl_lib_readline.m4

    r2758 r2863  
    9797    vl_cv_lib_$1="" 
    9898    for readline_lib in $2; do 
    99       for termcap_lib in "" termcap curses ncurses; do 
     99      for termcap_lib in "" termcap curses ncurses pdcurses; do 
    100100        if test -z "$termcap_lib"; then 
    101101          TRY_LIB="-l$readline_lib" 
     
    136136      [vl_compiles_with_stdio=yes], [vl_compiles_with_stdio=no]) 
    137137    if test "x$vl_compiles_with_stdio" = "xyes"; then 
    138       vl_cv_lib_includes="#include <stdio.h> 
    139 $vl_cv_lib_includes" 
     138      vl_cv_lib_includes="#include <stdio.h> $vl_cv_lib_includes" 
    140139    fi 
    141140  fi 
Note: See TracChangeset for help on using the changeset viewer.