2004-07-01 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 2 Jul 2004 06:45:08 +0000 (06:45 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 Jul 2004 06:45:08 +0000 (06:45 +0000)
* sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
already set, don't set it or libc_cv_gcc_unwind_find_fde.
* sysdeps/unix/sysv/linux/configure: Regenerated.

sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.in

index 7d7d2d1..8948420 100644 (file)
@@ -87,7 +87,11 @@ fi
 
 # If the user gave a minimal version number test whether the available
 # kernel headers are young enough.  Additionally we have minimal
-# kernel versions for some architectures.
+# kernel versions for some architectures.  If a previous configure fragment
+# set arch_minimum_kernel already, let that override our defaults here.
+# Note that we presume such a fragment has set libc_cv_gcc_unwind_find_fde
+# if appropriate too.
+test -n "$arch_minimum_kernel" ||
 case "$machine" in
   alpha*)
     arch_minimum_kernel=2.1.100
index 818a59d..f0a7fb1 100644 (file)
@@ -46,7 +46,11 @@ fi
 
 # If the user gave a minimal version number test whether the available
 # kernel headers are young enough.  Additionally we have minimal
-# kernel versions for some architectures.
+# kernel versions for some architectures.  If a previous configure fragment
+# set arch_minimum_kernel already, let that override our defaults here.
+# Note that we presume such a fragment has set libc_cv_gcc_unwind_find_fde
+# if appropriate too.
+test -n "$arch_minimum_kernel" ||
 case "$machine" in
   alpha*)
     arch_minimum_kernel=2.1.100