From df07fb73be98dc1087346c184877666970a88f4a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 10 Feb 2016 23:27:55 -0600 Subject: Wean scripts/install.c off toys.h so cross compiling less brittle. --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ff1aaf24..7b10f6e5 100644 --- a/configure +++ b/configure @@ -23,4 +23,3 @@ CFLAGS="$CFLAGS -funsigned-char" # If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable # ala HOSTCC="blah-cc --static" [ -z "$HOSTCC" ] && HOSTCC=cc -HOSTCC="$HOSTCC -DBUILD_FOR_HOST" -- cgit v1.2.3