]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Don't use the -R option (Bug#11251).
authorLudovic Courtès <ludo@gnu.org>
Wed, 18 Apr 2012 02:14:53 +0000 (10:14 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 18 Apr 2012 02:14:53 +0000 (10:14 +0800)
ChangeLog
configure.in

index b4f37a8f3e86a569d5a934ee099c3df4ef182449..9fa1b8da7d0bd0b9fd8e6ce889fa2a6f8e05aaf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-18  Ludovic Courtès  <ludo@gnu.org>
+
+       * configure.in: Don't use the -R option (Bug#11251).
+
 2012-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls.
index 78d811154436c3a3e5e15a530dc25f0da1227c51..e848964e7bc52f65896ea16d5b264c8970837d8d 100644 (file)
@@ -3446,7 +3446,7 @@ case "$opsys" in
   ## 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