mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
* sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
* sysdeps/unix/sysv/linux/configure: Regenerated.
This commit is contained in:
parent
b5b9cfc425
commit
980fb9a7d8
@ -1,5 +1,8 @@
|
||||
2002-10-25 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
|
||||
* sysdeps/unix/sysv/linux/configure: Regenerated.
|
||||
|
||||
* sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
|
||||
_dl_starting_up decl.
|
||||
|
||||
|
2
sysdeps/unix/sysv/linux/configure
vendored
2
sysdeps/unix/sysv/linux/configure
vendored
@ -5,7 +5,7 @@
|
||||
# /lib/modules/$(uname -r)/build/include
|
||||
# Check whether this directory is available.
|
||||
if test -z "$sysheaders" &&
|
||||
test $cross_compiling" = no &&
|
||||
test "x$cross_compiling" = xno &&
|
||||
test -d /lib/modules/`uname -r`/build/include; then
|
||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||
ccheaders=`$CC -print-file-name=include`
|
||||
|
@ -5,7 +5,7 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# /lib/modules/$(uname -r)/build/include
|
||||
# Check whether this directory is available.
|
||||
if test -z "$sysheaders" &&
|
||||
test $cross_compiling" = no &&
|
||||
test "x$cross_compiling" = xno &&
|
||||
test -d /lib/modules/`uname -r`/build/include; then
|
||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||
ccheaders=`$CC -print-file-name=include`
|
||||
|
Loading…
Reference in New Issue
Block a user