Return to configure CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / src |
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 |