aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-08 07:54:33 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-08 08:01:03 +0800
commit68029095b5b1fe1eb7033b300917d149882d72c2 (patch)
tree549db80134940ed61d1fc182b45253cbffcd1009 /configure.ac
parent9a34df604dfd9104f42f1c1948c32e2a2ccedd81 (diff)
Remove del_curterm workaround on *BSD.
FreeBSD PR was https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108117 OpenBSD PR was 5447. Both have been fixed for years. This reverts commit c55cbd3f2f003ea6e36727f8b985e880d6aded85, among others.
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