configure: code shrink
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 25 Feb 2019 09:28:46 +0000 (10:28 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 25 Feb 2019 09:28:46 +0000 (10:28 +0100)
commit04f566d5bde8a6d9b2c22bb72dc432e1a2aabbfa
tree32969ccc498595b558dd1dda306e6665441c22d1
parent937ded4dbc77c9d461fc1dc6907b165073b76f6a
configure: code shrink

When defining enable arguments, we don't need a full if-else spanning
multiple lines. We only care about the 'true' value, so pull the
relevant code into a single line.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
configure.ac