fix yapsnmp configure when swig is detected on the host system
authorNicolas Thill <nico@openwrt.org>
Fri, 7 Sep 2007 18:57:45 +0000 (18:57 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 7 Sep 2007 18:57:45 +0000 (18:57 +0000)
SVN-Revision: 8673

lang/yapsnmp/Makefile

index 90f9c9fed571da4bcae9b3d3083deaa70ee4a91d..0882650165d4384ef1880ae344109e34757d6a1f 100644 (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)