summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMiklos Szeredi2008-01-08 12:55:18 +0100
committerKarel Zak2008-01-08 15:45:36 +0100
commita69968607c69ca5339c5b4e5af49b0affccc3e15 (patch)
treef93d191808621d2615378acc2d9ab9edb06d2b50 /configure.ac
parentdocs: mark vipw(1) is deprecated in favor of vipw from shadow-utils (diff)
downloadkernel-qcow2-util-linux-a69968607c69ca5339c5b4e5af49b0affccc3e15.tar.gz
kernel-qcow2-util-linux-a69968607c69ca5339c5b4e5af49b0affccc3e15.tar.xz
kernel-qcow2-util-linux-a69968607c69ca5339c5b4e5af49b0affccc3e15.zip
build-sys: add AC_CANONICAL_HOST
This seems to be needed in certain environments. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 66bfa51c4..a148e28d8 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