]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: make glob.h optional
authorVictor Julien <victor@inliniac.net>
Mon, 17 Jul 2017 09:19:20 +0000 (11:19 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 27 Nov 2017 07:00:27 +0000 (08:00 +0100)
commit2a237bdfcacb81d9d3b0fe173577f79b41db1813
treeebb2e5dd0c73a58db6b98bc8e45d1c0338d5ac89
parente1d1a7f2acc8642789bc51d0f8681cab361ef53e
detect: make glob.h optional

glob.h is not available on MinGW.

Simply use the input on the rule list as a literal pattern.
configure.ac
src/detect.c