* sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.

* sysdeps/unix/sysv/linux/configure: Regenerated.
This commit is contained in:
Roland McGrath 2002-10-26 01:06:33 +00:00
parent b5b9cfc425
commit 980fb9a7d8
3 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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`

View File

@ -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`