if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then

  if  query  "Enable cookie support?" y;  then
    OPTS="$OPTS --enable-cookies"
  else
    OPTS="$OPTS --disable-cookies"
  fi

  echo  'OPTS='\"$OPTS\"    >>  $MODULE_CONFIG
  echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG

fi
