From: nico 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://207.154.207.93/?a=commitdiff_plain;h=cd9d957e7e979756aeed7e0b4060be8a95124649;p=packages.git fix yapsnmp configure when swig is detected on the host system git-svn-id: svn://svn.openwrt.org/openwrt/packages@8673 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/yapsnmp/Makefile b/lang/yapsnmp/Makefile index 90f9c9fed..088265016 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)