From: Paul Eggert Date: Tue, 5 Mar 2013 17:25:50 +0000 (-0800) Subject: * configure.ac (TERM_HEADER): Remove duplicate definition. X-Git-Tag: emacs-24.3~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b108d19a0fd9aaa37709d0be4bfc67884120f43;p=emacs.git * configure.ac (TERM_HEADER): Remove duplicate definition. It can mess up 'configure' runs. Fixes: debbugs:13872 --- diff --git a/ChangeLog b/ChangeLog index fd524c6955b..5c701479698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-05 Paul Eggert + + * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872). + It can mess up 'configure' runs. + 2013-03-05 Glenn Morris * Makefile.in (install-man): Ignore gzip exit status. diff --git a/configure.ac b/configure.ac index ef65e7eaee6..62f53a3fac2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ||