Allow building without terminal library

This reverts commit 0d3416e0c2.
cf. https://github.com/tats/w3m/pull/221
Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46629
This commit is contained in:
Tatsuya Kinoshita
2022-04-15 21:07:40 +09:00
parent 6338651e22
commit 238b77f0fa
2 changed files with 1 additions and 5 deletions

2
configure vendored
View File

@@ -8803,8 +8803,6 @@ eval ac_res=\$$as_ac_Lib
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then :
W3M_LIBS="$W3M_LIBS -l$lib"; break
else
test "$lib" = curses && as_fn_error $? "No terminal library found" "$LINENO" 5
fi
done