* configure.in: Don't use the -R option (Bug#11251).
This commit is contained in:
parent
8eae3a58fc
commit
d666446d7d
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue