configure: raise error if curses is not found
This commit is contained in:
parent
000a019648
commit
6c853f1b95
2 changed files with 8 additions and 0 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -3870,6 +3870,11 @@ fi
|
|||
|
||||
LIBS=$ax_saved_LIBS
|
||||
|
||||
if test "x$ax_cv_curses" != xyes; then :
|
||||
|
||||
as_fn_error $? "XSI/SVR4 curses is required to compile TTS" "$LINENO" 5
|
||||
|
||||
fi
|
||||
oLIBS="$LIBS"
|
||||
LIBS="$LIBS $CURSES_LIB"
|
||||
for ac_func in use_default_colors wcslcpy wcslcat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue