From: Nicolas Thill Date: Sun, 1 Apr 2007 13:05:32 +0000 (+0000) Subject: disable check (and python while we're at it) in configure (closes: #1536) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8f82eb043e5f3130000ed6e3d3cadc87dd6ee1dc disable check (and python while we're at it) in configure (closes: #1536) SVN-Revision: 6787 --- diff --git a/libs/libdnet/Makefile b/libs/libdnet/Makefile index 501bc61cb8..e3d58b4c2b 100644 --- a/libs/libdnet/Makefile +++ b/libs/libdnet/Makefile @@ -43,6 +43,8 @@ define Build/Configure $(call Build/Configure/Default, \ --enable-shared \ --enable-static \ + --without-check \ + --without-python \ , \ ac_cv_dnet_bsd_bpf=no \ )