View | Details | Raw Unified | Return to bug 230980
Collapse All | Expand All

(-)config.m4 (-1 lines)
Lines 18-24 if test "$PHP_SNMP" != "no"; then Link Here
18
18
19
  if test -x "$SNMP_CONFIG"; then
19
  if test -x "$SNMP_CONFIG"; then
20
    SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs`
20
    SNMP_LIBS=`$SNMP_CONFIG --netsnmp-libs`
21
    SNMP_LIBS="$SNMP_LIBS `$SNMP_CONFIG --external-libs`"
22
    SNMP_PREFIX=`$SNMP_CONFIG --prefix`
21
    SNMP_PREFIX=`$SNMP_CONFIG --prefix`
23
    snmp_full_version=`$SNMP_CONFIG --version`
22
    snmp_full_version=`$SNMP_CONFIG --version`
24
    ac_IFS=$IFS
23
    ac_IFS=$IFS

Return to bug 230980