diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2013-10-24 21:40:25 +0200 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2013-10-25 00:41:36 +0200 |
commit | d95751cb0b750ea698d665bd8ad8086fe9ee6945 (patch) | |
tree | 6121ab50968f1fda9a413c86300c1f436657b63b /aclocal.m4 | |
parent | 772fa460d1ef7dede99478e30de756136ea0c7aa (diff) | |
download | lvm2-d95751cb0b750ea698d665bd8ad8086fe9ee6945.tar.gz |
configure: detect compiler flag
Use m4 macro AC_TRY_CCFLAG to detect presence of some compiler
option.
Use it to detect -Wjump-misses-init.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 263b50e27..165d9bc85 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -169,3 +169,4 @@ else fi[]dnl ])# PKG_CHECK_MODULES +m4_include([acinclude.m4]) |