From 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 6 Dec 2008 15:53:13 -0800 Subject: INSTALL: ignore gcc Configured with line --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index c48f565a..5bbced63 100755 --- a/INSTALL +++ b/INSTALL @@ -27,7 +27,7 @@ rm -f config ( echo "* Compiler version:" -9c -v 2>&1 | grep -i version | sed 's/^/ /' +9c -v 2>&1 | grep -v 'Configured with:' | grep -i version | sed 's/^/ /' if [ `uname` = Linux ]; then # On Linux, we use the kernel version to decide whether -- cgit v1.2.3