diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2016-12-12 13:33:42 +0100 |
---|---|---|
committer | Pavel Hrdina <phrdina@redhat.com> | 2016-12-21 15:39:39 +0100 |
commit | 60af91ca8578c937b2980e8c23f1d04f0933dc38 (patch) | |
tree | 0e339409777b6f949804e84fbfb5013b2d9a9131 /config-post.h | |
parent | f1a7a624d0b9410f8d34807d820bb2e07f1d0bc1 (diff) | |
download | libvirt-60af91ca8578c937b2980e8c23f1d04f0933dc38.tar.gz |
m4/virt-devmapper: use LIBVIRT_CHECK_(PKG|LIB)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'config-post.h')
-rw-r--r-- | config-post.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-post.h b/config-post.h index 6a91ff66b1..ffd0904dd2 100644 --- a/config-post.h +++ b/config-post.h @@ -26,7 +26,6 @@ */ #ifdef LIBVIRT_SETUID_RPC_CLIENT -# undef HAVE_LIBDEVMAPPER_H # undef HAVE_LIBNL # undef HAVE_LIBNL3 # undef HAVE_LIBSASL2 @@ -34,6 +33,7 @@ # undef WITH_CAPNG # undef WITH_CURL # undef WITH_DBUS +# undef WITH_DEVMAPPER # undef WITH_DTRACE_PROBES # undef WITH_GNUTLS # undef WITH_GNUTLS_GCRYPT @@ -53,13 +53,13 @@ * explanation above. */ #ifdef LIBVIRT_NSS -# undef HAVE_LIBDEVMAPPER_H # undef HAVE_LIBNL # undef HAVE_LIBNL3 # undef HAVE_LIBSASL2 # undef HAVE_SYS_ACL_H # undef WITH_CAPNG # undef WITH_CURL +# undef WITH_DEVMAPPER # undef WITH_DTRACE_PROBES # undef WITH_GNUTLS # undef WITH_GNUTLS_GCRYPT |