Diff for /embedaddon/mpd/src/configure between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:32:47 version 1.1.1.2, 2013/07/22 08:44:29
Line 15  else Line 15  else
 fi  fi
   
 echo -n "Looking for ng_car ..."  echo -n "Looking for ng_car ..."
if [ -e /usr/include/netgraph/ng_car.h \if [ -e /usr/include/netgraph/ng_car.h ]
  -o -e /usr/local/include/netgraph/ng_car.h ] 
 then  then
     echo " found."      echo " found."
     echo "#define       HAVE_NG_CAR     1" >> $CONFIG      echo "#define       HAVE_NG_CAR     1" >> $CONFIG
Line 119  then Line 118  then
 else  else
     echo " not found."      echo " not found."
 fi  fi
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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