* configure.ac (TERM_HEADER): Remove duplicate definition.

It can mess up 'configure' runs.

Fixes: debbugs:13872
This commit is contained in:
Paul Eggert 2013-03-05 09:25:50 -08:00
parent 408ffa0fef
commit 3b108d19a0
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -1646,11 +1646,6 @@ dnl use the toolkit if we have gtk, or X11R5 or newer.
;;
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 ||