emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111321: * configure.ac (TERM_HEAD


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111321: * configure.ac (TERM_HEADER): Remove duplicate definition.
Date: Tue, 05 Mar 2013 09:25:50 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111321
fixes bug: http://debbugs.gnu.org/13872
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-03-05 09:25:50 -0800
message:
  * configure.ac (TERM_HEADER): Remove duplicate definition.
  
  It can mess up 'configure' runs.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-03-05 03:43:52 +0000
+++ b/ChangeLog 2013-03-05 17:25:50 +0000
@@ -1,3 +1,8 @@
+2013-03-05  Paul Eggert  <address@hidden>
+
+       * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
+       It can mess up 'configure' runs.
+
 2013-03-05  Glenn Morris  <address@hidden>
 
        * Makefile.in (install-man): Ignore gzip exit status.

=== modified file 'configure.ac'
--- a/configure.ac      2013-03-05 03:53:34 +0000
+++ b/configure.ac      2013-03-05 17:25:50 +0000
@@ -1646,11 +1646,6 @@
   ;;
 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 ||


reply via email to

[Prev in Thread] Current Thread [Next in Thread]