From 980fb9a7d82def0719a209dfb3a3e9a67f5e715a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 26 Oct 2002 01:06:33 +0000 Subject: * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change. * sysdeps/unix/sysv/linux/configure: Regenerated. --- sysdeps/unix/sysv/linux/configure | 2 +- sysdeps/unix/sysv/linux/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index 1a345c4..b6e744b 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -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` diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index ccc63da..aae6541 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -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` -- cgit v1.1