From: Ludovic Courtès Date: Wed, 18 Apr 2012 02:14:53 +0000 (+0800) Subject: * configure.in: Don't use the -R option (Bug#11251). X-Git-Tag: emacs-24.0.96~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d666446d7da49d504a5cc548321a77ecb405952e;p=emacs.git * configure.in: Don't use the -R option (Bug#11251). --- 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