fixes for Net-SNMP lib checks

This commit is contained in:
whottgen 2004-11-05 10:25:47 +00:00
parent 1888e7548e
commit d01974a95e
2 changed files with 2 additions and 2 deletions

2
smmapdfw/configure vendored
View File

@ -19426,7 +19426,7 @@ fi
ENABLE_NETSNMP=0 ENABLE_NETSNMP=0
if test "x$WITHOUT_NETSNMP" = "x0"; then if test "x$WITHOUT_NETSNMP" = "x0"; then
NETSNMP_LIBS_1=`net-snmp-config --netsnmp-agent-libs` NETSNMP_LIBS_1=`net-snmp-config --agent-libs`
NETSNMP_LIBS_2=`net-snmp-config --libs` NETSNMP_LIBS_2=`net-snmp-config --libs`
LIBS="$LIBS $NETSNMP_LIBS_1 $NETSNMP_LIBS_2" LIBS="$LIBS $NETSNMP_LIBS_1 $NETSNMP_LIBS_2"
ENABLE_NETSNMP=1 ENABLE_NETSNMP=1

View File

@ -193,7 +193,7 @@ fi
ENABLE_NETSNMP=0 ENABLE_NETSNMP=0
if test "x$WITHOUT_NETSNMP" = "x0"; then if test "x$WITHOUT_NETSNMP" = "x0"; then
NETSNMP_LIBS_1=`net-snmp-config --netsnmp-agent-libs` NETSNMP_LIBS_1=`net-snmp-config --agent-libs`
NETSNMP_LIBS_2=`net-snmp-config --libs` NETSNMP_LIBS_2=`net-snmp-config --libs`
LIBS="$LIBS $NETSNMP_LIBS_1 $NETSNMP_LIBS_2" LIBS="$LIBS $NETSNMP_LIBS_1 $NETSNMP_LIBS_2"
ENABLE_NETSNMP=1 ENABLE_NETSNMP=1