summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillem Jover2009-10-08 13:40:07 +0200
committerKarel Zak2009-10-09 14:57:48 +0200
commite79829db464dece64a698f913c98154a4bf7db0b (patch)
tree8c99982d6c82753a8e38b39462aa141a8223b63e /configure.ac
parentbuild-sys: detect if const is available (diff)
downloadkernel-qcow2-util-linux-e79829db464dece64a698f913c98154a4bf7db0b.tar.gz
kernel-qcow2-util-linux-e79829db464dece64a698f913c98154a4bf7db0b.tar.xz
kernel-qcow2-util-linux-e79829db464dece64a698f913c98154a4bf7db0b.zip
build-sys: detect if volatile is available
Do not defined volatile away on non-Linux systems, detect its presence using AC_C_VOLATILE instead. Signed-off-by: Guillem Jover <guillem@hadrons.org>
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 f61102c80..678411287 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,7 @@ AC_PROG_CC_STDC
AC_GNU_SOURCE
AC_CANONICAL_HOST
AC_C_CONST
+AC_C_VOLATILE
AC_C_BIGENDIAN
dnl libtool-2