summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-07 13:52:20 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-07 13:52:20 +0000
commit5f07118a2acd7c31c5681973ebf09ee355b6b043 (patch)
tree47809cab8932ebea050a3cdc5889e06ae5f0cec5
parentc613bdfadf062a5831d4781b7a5e139b4bd749dd (diff)
downloadzabbix-5f07118a2acd7c31c5681973ebf09ee355b6b043.tar.gz
zabbix-5f07118a2acd7c31c5681973ebf09ee355b6b043.tar.xz
zabbix-5f07118a2acd7c31c5681973ebf09ee355b6b043.zip
- [DEV-137] Misc bugs and improvements
fixed bugs in configure scripts git-svn-id: svn://svn.zabbix.com/trunk@5884 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--m4/netsnmp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/netsnmp.m4 b/m4/netsnmp.m4
index c4e650a9..db1a26a3 100644
--- a/m4/netsnmp.m4
+++ b/m4/netsnmp.m4
@@ -61,7 +61,7 @@ AC_HELP_STRING([--with-net-snmp@<:@=ARG@:>@],
_full_libnetsnmp_libs="`$_libnetsnmp_config --libs` -lcrypto"
for i in $_full_libnetsnmp_libs; do
case $i in
- -l*)
+ -L*)
SNMP_LDFLAGS="${SNMP_LDFLAGS} $i"
;;
esac