diff options
| author | Ludovic Courtès | 2012-04-18 10:14:53 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-18 10:14:53 +0800 |
| commit | d666446d7da49d504a5cc548321a77ecb405952e (patch) | |
| tree | 6d27de91615ae3699537792bc4389948f5312c59 | |
| parent | 8eae3a58fc73f0f89a4a7a3bc1313a2464fbc920 (diff) | |
| download | emacs-d666446d7da49d504a5cc548321a77ecb405952e.tar.gz emacs-d666446d7da49d504a5cc548321a77ecb405952e.zip | |
* configure.in: Don't use the -R option (Bug#11251).
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-18 Ludovic Courtès <ludo@gnu.org> | ||
| 2 | |||
| 3 | * configure.in: Don't use the -R option (Bug#11251). | ||
| 4 | |||
| 1 | 2012-04-12 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2012-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= ;; |
| 3452 | esac | 3452 | esac |