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
058e0687
Commit
058e0687
authored
Jan 17, 2008
by
Glenn Morris
Browse files
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
parent
b4e96cdb
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 @
058e0687
2008-01-17 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in: Remove more references to unsupported systems.
...
...
configure.in
View file @
058e0687
...
...
@@ -1075,7 +1075,7 @@ AC_SYS_LARGEFILE
### The standard library on x86-64 GNU/Linux distributions can
### be located in either /usr/lib64 or /usr/lib.
case "${canonical}" in
x86_64-*-linux-gnu* )
x86_64-*-linux-gnu*
| s390x-*-linux-gnu*
)
if test -d /usr/lib64; then
AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1,
[Define to 1 if the file /usr/lib64 exists.])
...
...
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