build: fix cross-compilation after adding manpages
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 25 Mar 2019 08:57:09 +0000 (09:57 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 25 Mar 2019 08:59:35 +0000 (09:59 +0100)
commitf26a1f89a09179d8b780ac996ba5ea816ff19334
tree0f309f2b6db81375a0e80798d577c83278479462
parent6e53f59a72e994994c1275322750d5346c7ee7c4
build: fix cross-compilation after adding manpages

Cross-compilation is currently broken because WITH_MANPAGES is defined
conditionally. Move it out of the if/then.

Fixes: 6cbc2e57555a ("doc: add automatically generated man pages for gpio-tools")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
configure.ac