http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1343
Summary: Typo in acinclude.m4 (and so in configure script)
Product: Wireshark
Version: 0.99.4
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: goudron_et_plumes@xxxxxxxx
Build Information:
Nothing interesting here, configure fails (not a complete failure, but NET-SNMP
is not properly activated).
--
There is a small typo in acinclude.m4 which makes build fail.
Using --with-net-snmp=path_to_net-snmp-config triggers a "test: invalid number
of arguments" line 28323.
Typo is on line 1120 in acinclude.m4 :
NETSNMPCNFIG=$netsnmpconfig
if test ! -x $NETSNMPCONFIG -o ! -f $NETSNMPCONFIG ; then
NETSNMPCNFIG should obviously be NETSNMPCONFIG
^----- forgotten O
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.