Fallback to stub-termcap.c on all hosts
[deliverable/binutils-gdb.git] / gdb / configure
index b8d4a7a1941ace352afb5ec9510ba8ba812e405a..f83515751e840d27ad3ed79b2a41ac6f38e5dd96 100755 (executable)
@@ -7455,11 +7455,6 @@ case $host_os in
   go32* | *djgpp*)
     ac_cv_search_tgetent="none required"
     ;;
-  *mingw32*)
-    if test x"$curses_found" != xyes; then
-      ac_cv_search_tgetent="none required"
-      CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
-    fi ;;
 esac
 
 # These are the libraries checked by Readline.
@@ -7521,7 +7516,7 @@ fi
 
 
 if test "$ac_cv_search_tgetent" = no; then
-  as_fn_error "no termcap library found" "$LINENO" 5
+  CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
 fi
 
 
This page took 0.02821 seconds and 4 git commands to generate.