It can mess up 'configure' runs.
Fixes: debbugs:13872
+2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
+ It can mess up 'configure' runs.
+
2013-03-05 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-man): Ignore gzip exit status.
;;
esac
-if test -n "${term_header}"; then
- AC_DEFINE_UNQUOTED(TERM_HEADER, "${term_header}",
- [Define to the header for the built-in window system.])
-fi
-
if test "$window_system" = none && test "X$with_x" != "Xno"; then
AC_CHECK_PROG(HAVE_XSERVER, X, true, false)
if test "$HAVE_XSERVER" = true ||