* sysdeps/unix/sysv/linux/configure.in: Don't check

/lib/modules/`uname -r`/build/include for kernel headers if
	cross compiling.
	* sysdeps/unix/sysv/linux/configure: Regenerated.
This commit is contained in:
Roland McGrath 2002-10-25 23:38:23 +00:00
parent 6bb8cf4f8c
commit b0ab77c813
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-10-20 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/configure.in: Don't check
/lib/modules/`uname -r`/build/include for kernel headers if
cross compiling.
* sysdeps/unix/sysv/linux/configure: Regenerated.
2002-10-25 Roland McGrath <roland@redhat.com>
* math/math.h (M_LOG2El): Correct the value.

View File

@ -5,6 +5,7 @@
# /lib/modules/$(uname -r)/build/include
# Check whether this directory is available.
if test -z "$sysheaders" &&
test $cross_compiling" = no &&
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,6 +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 -d /lib/modules/`uname -r`/build/include; then
sysheaders="/lib/modules/`uname -r`/build/include"
ccheaders=`$CC -print-file-name=include`