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)
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

index 8a9b81dbeef0ee5bd6aaf017bc96e976f689632a..0b87072b2ffd39dec8d2393d942d67cbb975163a 100644 (file)
@@ -174,11 +174,11 @@ fi
 if test "x$cross_compiling" = xno
 then
        AC_CHECK_PROG([has_help2man], [help2man], [true], [false])
-       AM_CONDITIONAL([WITH_MANPAGES], [test "x$has_help2man" = xtrue])
-       if test "x$has_help2man" = xfalse
-       then
-               AC_MSG_NOTICE([help2man not found - man pages cannot be generated automatically])
-       fi
+fi
+AM_CONDITIONAL([WITH_MANPAGES], [test "x$has_help2man" = xtrue])
+if test "x$has_help2man" = xfalse
+then
+       AC_MSG_NOTICE([help2man not found - man pages cannot be generated automatically])
 fi
 
 AC_CONFIG_FILES([libgpiod.pc