Changeset 2863 for box/trunk/infrastructure
- Timestamp:
- 27/02/2011 23:07:18 (15 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/m4/vl_lib_readline.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/m4/vl_lib_readline.m4
r2758 r2863 97 97 vl_cv_lib_$1="" 98 98 for readline_lib in $2; do 99 for termcap_lib in "" termcap curses ncurses ; do99 for termcap_lib in "" termcap curses ncurses pdcurses; do 100 100 if test -z "$termcap_lib"; then 101 101 TRY_LIB="-l$readline_lib" … … 136 136 [vl_compiles_with_stdio=yes], [vl_compiles_with_stdio=no]) 137 137 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" 140 139 fi 141 140 fi
Note: See TracChangeset
for help on using the changeset viewer.
