Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fea5ed1
Commit
9fea5ed1
authored
Nov 07, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
parent
a0b66ce0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+3
-1
No files found.
ChangeLog
View file @
9fea5ed1
2008-11-07 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2008-10-31 Eli Zaretskii <eliz@gnu.org>
2008-10-31 Eli Zaretskii <eliz@gnu.org>
* config.bat: Tell user to expect one "File not found" message
* config.bat: Tell user to expect one "File not found" message
...
...
configure.in
View file @
9fea5ed1
...
@@ -907,9 +907,11 @@ AC_SYS_LARGEFILE
...
@@ -907,9 +907,11 @@ AC_SYS_LARGEFILE
### The standard library on x86-64 and s390x GNU/Linux distributions can
### The standard library on x86-64 and s390x GNU/Linux distributions can
### be located in either /usr/lib64 or /usr/lib.
### be located in either /usr/lib64 or /usr/lib.
### In some rare cases, /usr/lib64 exists but does not contain the
### relevant files (bug#1287). Hence test for crtn.o.
case "${canonical}" in
case "${canonical}" in
x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
if test -
d
/usr/lib64; then
if test -
e
/usr/lib64
/crtn.o
; then
AC_DEFINE(HAVE_LIB64_DIR, 1,
AC_DEFINE(HAVE_LIB64_DIR, 1,
[Define to 1 if the directory /usr/lib64 exists.])
[Define to 1 if the directory /usr/lib64 exists.])
fi
fi
...
...
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