From 69cf15396fc5d11862148b1961da5ad1821141e0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 7 Sep 2007 18:57:45 +0000 Subject: [PATCH] fix yapsnmp configure when swig is detected on the host system SVN-Revision: 8673 --- lang/yapsnmp/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2