From 73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 13 May 2014 17:04:27 +0200 Subject: Fix macro warning on HAVE_PT_CHOWN --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index b6e3623d92..a9ff1e3ac1 100644 --- a/config.h.in +++ b/config.h.in @@ -251,7 +251,7 @@ #undef HAVE_ARM_PCS_VFP /* The pt_chown binary is being built and used by grantpt. */ -#undef HAVE_PT_CHOWN +#define HAVE_PT_CHOWN 0 /* ports/sysdeps/mips/configure.in */ /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */ -- cgit v1.2.1