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 r107848: * configure.in: Don't use


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107848: * configure.in: Don't use the -R option (Bug#11251).
Date: Wed, 18 Apr 2012 10:14:53 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107848
author: Ludovic Courtès <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-04-18 10:14:53 +0800
message:
  * configure.in: Don't use the -R option (Bug#11251).
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-04-12 23:59:47 +0000
+++ b/ChangeLog 2012-04-18 02:14:53 +0000
@@ -1,3 +1,7 @@
+2012-04-18  Ludovic Courtès  <address@hidden>
+
+       * configure.in: Don't use the -R option (Bug#11251).
+
 2012-04-12  Teodor Zlatanov  <address@hidden>
 
        * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls.

=== modified file 'configure.in'
--- a/configure.in      2012-04-02 04:38:31 +0000
+++ b/configure.in      2012-04-18 02:14:53 +0000
@@ -3446,7 +3446,7 @@
   ## had not yet been defined and was expanded to null.  Hence LD_SWITCH_SYSTEM
   ## had different values in configure (in ac_link) and src/Makefile.in.
   ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
-  gnu-linux) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX)" ;;
+  gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX_RPATH)" ;;
 
   *) LD_SWITCH_SYSTEM_TEMACS= ;;
 esac


reply via email to

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