OSDN Git Service

Index: ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / configure.in
index 6360c24..824008e 100644 (file)
@@ -1449,7 +1449,7 @@ fi
 inhibit_libc=
 if { { test x$host != x$target && test "x$with_sysroot" = x ; } ||
        test x$with_newlib = xyes ; } &&
-     test "x$with_headers" = x ; then
+     { test "x$with_headers" = x || test "x$with_headers" = xno ; } ; then
        inhibit_libc=-Dinhibit_libc
 fi
 AC_SUBST(inhibit_libc)