--- configure.orig	Mon Apr 16 11:40:15 2001
+++ configure	Fri Apr 20 12:22:48 2001
@@ -10060,3 +10060,3 @@
   ac_save_LIBS="$LIBS"
-LIBS="-lslang  $LIBS"
+LIBS="-lslang -ltermcap $LIBS"
 cat > conftest.$ac_ext <<EOF
@@ -10301,3 +10301,3 @@
 
-	    LSLANG="-lslang"
+	    LSLANG="-lslang -ltermcap"
 	    screen_manager="SLang (system-installed library)"
@@ -10749,3 +10749,3 @@
 	    echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
- 	    LIBS="$LIBS -lncurses"
+ 	    LIBS="$LIBS -lncurses -lmytinfo"
 	    CPPFLAGS="$CPPFLAGS "
@@ -10766,3 +10766,3 @@
 	    echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
- 	    LIBS="$LIBS -lncurses"
+ 	    LIBS="$LIBS -lncurses -lmytinfo"
 	    CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
@@ -11043,3 +11043,3 @@
 
-	    LSLANG="-lslang"
+	    LSLANG="-lslang -ltermcap"
 	    screen_manager="SLang (system-installed library)"
@@ -11551,3 +11551,3 @@
 
-doc/mc.1 doc/mcedit.1 doc/mcserv.8
+doc/mc.1 doc/mcserv.8
 
@@ -11834,6 +11834,6 @@
 
-  case "$ac_given_INSTALL" in
-  [/$]*) INSTALL="$ac_given_INSTALL" ;;
-  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-  esac
+# case "$ac_given_INSTALL" in
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
 
