Skip to content

Commit

Permalink
build: Add explanatory comment for configure kludge
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : 5d737671552a5536cc9ed443503e047ce9203d77
  • Loading branch information
Andrew Beekhof committed Mar 2, 2007
1 parent 06a2e5e commit a7353a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ elif test "x${ac_cv_header_net_snmp_net_snmp_config_h}" = "xyes"; then
SNMPLIB=`net-snmp-config --libs`
SNMPAGENTLIB=`net-snmp-config --agent-libs`
# KLUDGE!!
# Apparently some versions of SUSE Linux don't include -lwrap in $SNMPAGENTLIB
case $SNMPAGENTLIB in
*wrap*) ;;
*) SNMPAGENTLIB="$SNMPAGENTLIB -lwrap";;
Expand Down

0 comments on commit a7353a8

Please sign in to comment.