summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-04-09 13:55:11 -0700
committerRoland McGrath <roland@hack.frob.com>2015-04-09 13:55:11 -0700
commit054392910be496adb8c4e611084827082135c404 (patch)
treecbfb9aeb3a3532ded50c7037e6bcc60be18270f2 /configure
parentb0b88abc1c138923bd1638560c73a3ced227f1d1 (diff)
Let non-add-on preconfigure scripts set libc_config_ok.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 79864b7166..97e549eef5 100755
--- a/configure
+++ b/configure
@@ -3878,6 +3878,10 @@ if test "${with_cpu+set}" = set; then :
fi
+# An preconfigure script can set this when it wants to disable the sanity
+# check below.
+libc_config_ok=no
+
if frags=`ls -d $srcdir/sysdeps/*/preconfigure 2> /dev/null`
then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysdeps preconfigure fragments" >&5
@@ -3891,9 +3895,6 @@ $as_echo_n "checking for sysdeps preconfigure fragments... " >&6; }
$as_echo "" >&6; }
fi
-# An add-on can set this when it wants to disable the sanity check below.
-libc_config_ok=no
-
subdirs="$subdirs "