summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-03 11:58:34 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-03 11:58:34 -0800
commit2e09efdb6877a2c189385be45d4cdceb617b6c5d (patch)
treea404e20f44f2180400d7b9be30f1cda1bb6ca800 /configure.ac
parent585997d05adde5a3510ce1221f9e8dd60407ce30 (diff)
downloademacs-2e09efdb6877a2c189385be45d4cdceb617b6c5d.tar.gz
Revert previous patch which was installed into wrong branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 89b0785d031..48e96529ff2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4366,18 +4366,6 @@ TERMCAP_OBJ=tparam.o
if test $TERMINFO = yes; then
AC_DEFINE(TERMINFO, 1, [Define to 1 if you use terminfo instead of termcap.])
TERMCAP_OBJ=terminfo.o
- AC_CACHE_CHECK([whether $LIBS_TERMCAP library defines BC],
- [emacs_cv_terminfo_defines_BC],
- [OLD_LIBS=$LIBS
- LIBS="$LIBS $LIBS_TERMCAP"
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern char *BC;]], [[return !*BC;]])],
- [emacs_cv_terminfo_defines_BC=yes],
- [emacs_cv_terminfo_defines_BC=no])
- LIBS=$OLD_LIBS])
- if test "$emacs_cv_terminfo_defines_BC" = yes; then
- AC_DEFINE([TERMINFO_DEFINES_BC], 1, [Define to 1 if the
- terminfo library defines the variables BC, PC, and UP.])
- fi
fi
if test "X$LIBS_TERMCAP" = "X-lncurses"; then
AC_DEFINE(USE_NCURSES, 1, [Define to 1 if you use ncurses.])