From 054392910be496adb8c4e611084827082135c404 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 Apr 2015 13:55:11 -0700 Subject: Let non-add-on preconfigure scripts set libc_config_ok. --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure') 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 " -- cgit v1.2.3