blob: 0798dde11eda60acea19fcef418b30ec11e3c67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.in.orig Sat Jan 9 14:08:32 1999
+++ configure.in Sat Jan 9 14:10:14 1999
@@ -46,7 +46,7 @@
dnl The function we check for in libslang is important, because
dnl we need to make sure we have the right version of slang.
AC_CHECK_LIB(slang, SLsig_block_signals,,
- AC_MSG_ERROR(can't find required slang library or library is obsolete. Try setting the SLANG_LIB_LOC environment variable to point to the directory containing the slang library.))
+ AC_MSG_ERROR(can't find required slang library or library is obsolete. Try setting the SLANG_LIB_LOC environment variable to point to the directory containing the slang library.),-ltermcap)
dnl Checks for header files.
AC_HEADER_STDC
|