aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Courtès2012-04-18 10:14:53 +0800
committerChong Yidong2012-04-18 10:14:53 +0800
commitd666446d7da49d504a5cc548321a77ecb405952e (patch)
tree6d27de91615ae3699537792bc4389948f5312c59
parent8eae3a58fc73f0f89a4a7a3bc1313a2464fbc920 (diff)
downloademacs-d666446d7da49d504a5cc548321a77ecb405952e.tar.gz
emacs-d666446d7da49d504a5cc548321a77ecb405952e.zip
* configure.in: Don't use the -R option (Bug#11251).
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f37a8f3e8..9fa1b8da7d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-04-18 Ludovic Courtès <ludo@gnu.org>
2
3 * configure.in: Don't use the -R option (Bug#11251).
4
12012-04-12 Teodor Zlatanov <tzz@lifelogs.com> 52012-04-12 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls. 7 * 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
3446 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM 3446 ## had not yet been defined and was expanded to null. Hence LD_SWITCH_SYSTEM
3447 ## had different values in configure (in ac_link) and src/Makefile.in. 3447 ## had different values in configure (in ac_link) and src/Makefile.in.
3448 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS. 3448 ## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
3449 gnu-linux) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX)" ;; 3449 gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_AUX_RPATH)" ;;
3450 3450
3451 *) LD_SWITCH_SYSTEM_TEMACS= ;; 3451 *) LD_SWITCH_SYSTEM_TEMACS= ;;
3452esac 3452esac