From 89efea9b31301f323e7b9edcbb90111055486db5 Mon Sep 17 00:00:00 2001 From: "Philippe M. Chiasson" Date: Mon, 20 Oct 2008 22:55:04 -0400 Subject: [PATCH] Bug 454449. Backout bustage introduced in rev c966e7e41dbd --- client.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client.mk b/client.mk index ba6e4579b05..3f51e9237ef 100644 --- a/client.mk +++ b/client.mk @@ -93,10 +93,6 @@ endif # MacOS X 10.4 sends "no autoconf*" errors to stdout, discard those via grep AUTOCONF ?= $(shell which autoconf-2.13 autoconf2.13 autoconf213 2>/dev/null | grep -v '^no autoconf' | head -1) -ifeq (,$(strip $(AUTOCONF))) -$(error Couldn't find autoconf 2.13) -endif - MKDIR := mkdir SH := /bin/sh ifndef MAKE