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
eddedb15
Commit
eddedb15
authored
Jan 17, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate.
parent
beccaaa6
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
configure
+1
-1
No files found.
ChangeLog
View file @
eddedb15
2008-01-17 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
* configure.in: Add support for gnu-kfreebsd.
...
...
configure
View file @
eddedb15
...
...
@@ -5828,7 +5828,7 @@ fi
### 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
cat >>confdefs.h <<\_ACEOF
...
...
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