]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (TERM_HEADER): Remove duplicate definition.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 17:25:50 +0000 (09:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 17:25:50 +0000 (09:25 -0800)
It can mess up 'configure' runs.

Fixes: debbugs:13872
ChangeLog
configure.ac

index fd524c6955b440a332617f5092bef0431406b914..5c70147969804b37d6c2ab05f995d62b354d2814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ef65e7eaee61b474c75e4700065e0cf9e443082f..62f53a3fac24381b7683d73965860d7d8c00140c 100644 (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 ||