if  [  "$FBPANEL_CPUMON"  =  "y"  ];  then
  OPTS="$OPTS  --cpu=on"
else
  OPTS="$OPTS  --cpu=off"
fi  &&
./configure  --prefix=/usr  \
             $OPTS          &&
make
