summaryrefslogtreecommitdiffstats
path: root/http/modsecurity/DEPENDS
blob: 431a54437d48fa800ab5f630934c72ae23ae4bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
depends libxml2 &&
depends APACHE2 &&
case $(get_spell_provider $SPELL APACHE2) in
  apache22) sub_depends apache22 UNIQ ;;
   apache2) sub_depends apache2  UNIQ ;;
         *) ;; # NOTHING
esac &&
optional_depends lua51 "" "" "to use the new Lua engine"
# the ./configure --help lists curl, and it uses it if it exists.
# nothing in any documentation tells me what it's doing with curl...