Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d666446d
Commit
d666446d
authored
Apr 18, 2012
by
Ludovic Courtès
Committed by
Chong Yidong
Apr 18, 2012
Browse files
* configure.in: Don't use the -R option (Bug#11251).
parent
8eae3a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
d666446d
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.
...
...
configure.in
View file @
d666446d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment