aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8d14115c490..646a637cf34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4033,8 +4033,7 @@ AC_CACHE_CHECK([for library containing tputs], [emacs_cv_tputs_lib],
4033[if test "${opsys}" = "mingw32"; then 4033[if test "${opsys}" = "mingw32"; then
4034 emacs_cv_tputs_lib='none required' 4034 emacs_cv_tputs_lib='none required'
4035else 4035else
4036 # Maybe curses should be tried earlier? 4036 # curses precedes termcap because of AIX (Bug#9736#35) and OpenIndiana.
4037 # See https://debbugs.gnu.org/9736#35
4038 for tputs_library in '' tinfo ncurses terminfo curses termcap; do 4037 for tputs_library in '' tinfo ncurses terminfo curses termcap; do
4039 OLIBS=$LIBS 4038 OLIBS=$LIBS
4040 if test -z "$tputs_library"; then 4039 if test -z "$tputs_library"; then
@@ -4054,7 +4053,7 @@ fi])
4054AS_CASE(["$emacs_cv_tputs_lib"], 4053AS_CASE(["$emacs_cv_tputs_lib"],
4055 [no], [AC_MSG_ERROR([The required function 'tputs' was not found in any library. 4054 [no], [AC_MSG_ERROR([The required function 'tputs' was not found in any library.
4056The following libraries were tried (in order): 4055The following libraries were tried (in order):
4057 libtinfo, libncurses, libterminfo, libtermcap, libcurses 4056 libtinfo, libncurses, libterminfo, libcurses, libtermcap
4058Please try installing whichever of these libraries is most appropriate 4057Please try installing whichever of these libraries is most appropriate
4059for your system, together with its header files. 4058for your system, together with its header files.
4060For example, a libncurses-dev(el) or similar package.])], 4059For example, a libncurses-dev(el) or similar package.])],