710ba357ba
licensed under gpl
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
--- configure.orig Wed Mar 12 10:37:41 2003
|
|
+++ configure Sun Jun 22 17:25:03 2003
|
|
@@ -4071,7 +4071,7 @@
|
|
if test "x$snmp_lib" != "x" ; then
|
|
for trytype in libsnmp.sl libsnmp.so libsnmp.a libnetsnmp.sl libnetsnmp.so libnetsnmp.a ; do
|
|
if test -r "$snmp_lib/$trytype" ; then
|
|
- SNMP_LIBS="-L$snmp_lib -lsnmp"
|
|
+ SNMP_LIBS="-L$snmp_lib -lsnmp -ldes"
|
|
found_snmp_lib="1"
|
|
fi
|
|
done
|