From cd9d957e7e979756aeed7e0b4060be8a95124649 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 7 Sep 2007 18:57:45 +0000 Subject: [PATCH] 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 --- lang/yapsnmp/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0