mirror of git://sourceware.org/git/glibc.git
* 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>
|
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
|
* sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
|
||||||
_dl_starting_up decl.
|
_dl_starting_up decl.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# /lib/modules/$(uname -r)/build/include
|
# /lib/modules/$(uname -r)/build/include
|
||||||
# Check whether this directory is available.
|
# Check whether this directory is available.
|
||||||
if test -z "$sysheaders" &&
|
if test -z "$sysheaders" &&
|
||||||
test $cross_compiling" = no &&
|
test "x$cross_compiling" = xno &&
|
||||||
test -d /lib/modules/`uname -r`/build/include; then
|
test -d /lib/modules/`uname -r`/build/include; then
|
||||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||||
ccheaders=`$CC -print-file-name=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
|
# /lib/modules/$(uname -r)/build/include
|
||||||
# Check whether this directory is available.
|
# Check whether this directory is available.
|
||||||
if test -z "$sysheaders" &&
|
if test -z "$sysheaders" &&
|
||||||
test $cross_compiling" = no &&
|
test "x$cross_compiling" = xno &&
|
||||||
test -d /lib/modules/`uname -r`/build/include; then
|
test -d /lib/modules/`uname -r`/build/include; then
|
||||||
sysheaders="/lib/modules/`uname -r`/build/include"
|
sysheaders="/lib/modules/`uname -r`/build/include"
|
||||||
ccheaders=`$CC -print-file-name=include`
|
ccheaders=`$CC -print-file-name=include`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue