aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index f0d555f0..6c0e32e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -748,25 +748,6 @@ else
AC_MSG_RESULT(no)
fi
-# Check if del_curterm is broken - in that case we redefine
-# del_curterm as a no-op, to avoid a double-free
-
-AC_MSG_CHECKING([If del_curterm is broken])
-case $target_os in
- *bsd*)
- AC_MSG_RESULT(yes)
- AC_DEFINE(
- [HAVE_BROKEN_DEL_CURTERM],
- [1],
- [del_curterm is broken, redefine it to a no-op to avoid a double-free bug]
- )
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
-esac
-
-
# Tell the world what we know
AC_CONFIG_FILES([Makefile])
AC_OUTPUT