From: Nicolas Thill Date: Fri, 7 Sep 2007 18:57:45 +0000 (+0000) Subject: fix yapsnmp configure when swig is detected on the host system X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=69cf15396fc5d11862148b1961da5ad1821141e0 fix yapsnmp configure when swig is detected on the host system SVN-Revision: 8673 --- diff --git a/lang/yapsnmp/Makefile b/lang/yapsnmp/Makefile index 90f9c9fed5..0882650165 100644 --- a/lang/yapsnmp/Makefile +++ b/lang/yapsnmp/Makefile @@ -45,6 +45,7 @@ CONFIGURE_ARGS += \ CONFIGURE_VARS += \ ac_cv_file__usr_include_net_snmp_library="yes" \ + ac_cv_prog_SWIG="echo MISSING SWIG" \ define Build/Configure $(call Build/Configure/Default)