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
This commit is contained in:
nico 2007-09-07 18:57:45 +00:00
parent 04ea4d506f
commit cd9d957e7e

View File

@ -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)