From: Miklos Szeredi Date: Tue, 8 Jan 2008 11:55:18 +0000 (+0100) Subject: build-sys: add AC_CANONICAL_HOST X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69968607c69ca5339c5b4e5af49b0affccc3e15;p=util-linux build-sys: add AC_CANONICAL_HOST This seems to be needed in certain environments. Signed-off-by: Miklos Szeredi --- diff --git a/configure.ac b/configure.ac index 66bfa51c..a148e28d 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ esac AC_PROG_CC_STDC AC_GNU_SOURCE +AC_CANONICAL_HOST linux_os=no case ${host_os} in