]> git.ipfire.org Git - people/ms/suricata.git/commit - configure.ac
configure.ac: prevent empty if block (llc check)
authorJason Ish <jason.ish@oisf.net>
Wed, 28 Aug 2019 18:01:14 +0000 (12:01 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 29 Aug 2019 09:14:07 +0000 (11:14 +0200)
commitd14fe372b4cc92443dd4a51e7c55425fd5ef99a8
tree582510d516b58d105124a0b26a5ea5c885e035aa
parentf750e4ca40ab529077ab46c3525697bc6c742446
configure.ac: prevent empty if block (llc check)

As AC_SUBST doesn't expand to anything in the shell script, this
will generate a bad script on older versions of autoconf.

Change the logic to eliminate the possibility of an empty
if or else block.

Redmine issue:
https://redmine.openinfosecfoundation.org/issues/3124
configure.ac