aboutsummaryrefslogtreecommitdiffstats
path: root/tools/m4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:28 +0000
commitbaa4134e9fcf98e304b80ad856acffa4a2d22293 (patch)
treed705826a34472c89211d8ef871bae705c1bb3c20 /tools/m4
parent6c0d4736f4363826a58643fda8a73355e8427419 (diff)
downloadmaster-187ad058-baa4134e9fcf98e304b80ad856acffa4a2d22293.tar.gz
master-187ad058-baa4134e9fcf98e304b80ad856acffa4a2d22293.tar.bz2
master-187ad058-baa4134e9fcf98e304b80ad856acffa4a2d22293.zip
tools/m4: bypass a time consuming configure test
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/m4')
-rw-r--r--tools/m4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile
index fa7ed79d12..080eb5d99c 100644
--- a/tools/m4/Makefile
+++ b/tools/m4/Makefile
@@ -18,6 +18,8 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_VARS += gl_cv_func_strstr_linear=no
+
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
define Host/Clean