From d666446d7da49d504a5cc548321a77ecb405952e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 18 Apr 2012 10:14:53 +0800 Subject: [PATCH] * configure.in: Don't use the -R option (Bug#11251). --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4f37a8f3e8..9fa1b8da7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-18 Ludovic Courtès + + * configure.in: Don't use the -R option (Bug#11251). + 2012-04-12 Teodor Zlatanov * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls. diff --git a/configure.in b/configure.in index 78d81115443..e848964e7bc 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2