Regenerate.
This commit is contained in:
parent
beccaaa6de
commit
eddedb1594
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue