Build of v4-utils is conditional to "linux_os=yes" which was not set in case of uclinux, fix this. Signed-off-by: Hugues Fruchet <hugues.fruchet@xxxxxx> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 26dc18d..1af7408 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AC_HEADER_MAJOR # Check host os case "$host_os" in - linux*) + *linux*) linux_os="yes" ;; *freebsd*) -- 1.9.1