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 r107973: * configure.in: Fix last


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107973: * configure.in: Fix last change.
Date: Sat, 05 May 2012 12:18:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107973
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-05-05 12:18:38 +0200
message:
  * configure.in: Fix last change.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-02 07:01:36 +0000
+++ b/ChangeLog 2012-05-05 10:18:38 +0000
@@ -1,3 +1,7 @@
+2012-05-05  Andreas Schwab  <address@hidden>
+
+       * configure.in: Fix last change.
+
 2012-05-02  Glenn Morris  <address@hidden>
 
        * Makefile.in (uninstall): Remove useless-use-of-for; that for

=== modified file 'configure.in'
--- a/configure.in      2012-05-02 00:11:24 +0000
+++ b/configure.in      2012-05-05 10:18:38 +0000
@@ -2878,7 +2878,7 @@
     ;;
 
   netbsd)
-    if [ "x$LIBS_TERMCAP" = "x-lterminfo" ]; then
+    if test "x$LIBS_TERMCAP" = "x-lterminfo"; then
       TERMINFO=yes
     else
       LIBS_TERMCAP="-ltermcap"


reply via email to

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