Update of /cvsroot/pure-data/externals/iem/snmp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20332
Modified Files: configure.ac Log Message: fail configure when no libsnmp is found
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/iem/snmp/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 15 Mar 2007 21:23:56 -0000 1.3 --- configure.ac 17 Mar 2007 20:47:52 -0000 1.4 *************** *** 53,57 **** dnl AC_CHECK_LIB(stk, main, STK=yes)
! AC_CHECK_LIB(snmp, snmp_parse_oid)
if test "x$with_pd" != "x"; then --- 53,57 ---- dnl AC_CHECK_LIB(stk, main, STK=yes)
! AC_CHECK_LIB(snmp, snmp_parse_oid,, echo no SNMP library found && exit 1)
if test "x$with_pd" != "x"; then