configure.ac (target_header_dir): Move block defining this to before the block settin...
authorHans-Peter Nilsson <hp@axis.com>
Sun, 21 Sep 2014 23:38:05 +0000 (23:38 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 21 Sep 2014 23:38:05 +0000 (23:38 +0000)
commit7d7d00bac5926ef5a554d247de8a860a4464a6a0
tree4312137aba14e94b6c0c546312f6815c979a5bc8
parentd1561b096c3ee31c9e282e51a9db638846d85187
configure.ac (target_header_dir): Move block defining this to before the block setting inhibit_libc.

* configure.ac (target_header_dir): Move block defining
this to before the block setting inhibit_libc.
(inhibit_libc): When considering $with_headers, just
check it it's explicitly "no".  If not, also check if
$target_header_dir/stdio.h is present.  If not, set
inhibit_libc=true.
* configure: Regenerate.

From-SVN: r215439
gcc/ChangeLog
gcc/configure
gcc/configure.ac