From da331e8e14f17c973444a0cbf62d90c72097b135 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Jul 2009 13:01:17 -0700 Subject: Don't automatically use /lib/modules/* headers. Ever since the /usr/include/linux headers got cleaned up this isn't necessary. Meanwhile everybody should have these cleanups. --- sysdeps/unix/sysv/linux/configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sysdeps/unix/sysv/linux/configure') diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 253e9c57ff..199457a3ac 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -1,17 +1,6 @@ # This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/unix/sysv/linux. -# The Linux kernel headers can be found in -# /lib/modules/$(uname -r)/build/include -# Check whether this directory is available. -if test -z "$sysheaders" && - 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` - SYSINCLUDES="-I $sysheaders" -fi - # Don't bother trying to generate any glue code to be compatible with the # existing system library, because we are the only system library. inhibit_glue=yes -- cgit v1.2.3