* m4/termcap.m4 (gl_TERMCAP_BODY): If no suitable library is found,
set LIBTERMCAP and LTLIBTERMCAP to empty.
+2022-05-14 Bruno Haible <bruno@clisp.org>
+
+ termcap: Fix link error when no suitable library is found.
+ * m4/termcap.m4 (gl_TERMCAP_BODY): If no suitable library is found,
+ set LIBTERMCAP and LTLIBTERMCAP to empty.
+
2022-05-13 Paul Eggert <eggert@cs.ucla.edu>
dfa: fix bug with ‘.’ and UTF-8 Hangul Syllables
-# termcap.m4 serial 8
+# termcap.m4 serial 9
dnl Copyright (C) 2000-2022 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
;;
libtermcap)
;;
+ "not found"*)
+ LIBTERMCAP=
+ LTLIBTERMCAP=
+ INCTERMCAP=
+ ;;
esac
case "$gl_cv_termcap" in
libc | libncurses | libtermcap)