Diff for /embedaddon/mpd/src/configure between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2019/10/22 13:49:55
Line 33  else Line 33  else
 fi  fi
   
 echo -n "Looking for ng_ipacct ..."  echo -n "Looking for ng_ipacct ..."
if [ -e /usr/include/netgraph/ng_ipacct.h \if [ "$USE_NG_IPACCT" = no ]; then
     echo " disabled."
 else if [ -e /usr/include/netgraph/ng_ipacct.h \
   -o -e /usr/local/include/netgraph/ng_ipacct.h ]    -o -e /usr/local/include/netgraph/ng_ipacct.h ]
 then  then
     echo " found."      echo " found."
     echo "#define       HAVE_NG_IPACCT  1" >> $CONFIG      echo "#define       HAVE_NG_IPACCT  1" >> $CONFIG
 else  else
     echo " not found."      echo " not found."
   fi
 fi  fi
   
 echo -n "Looking for ng_mppc ..."  echo -n "Looking for ng_mppc ..."

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>