Whamcloud - gitweb
Fix autoheader warnings
authorDongyang Li <dongyangli@ddn.com>
Wed, 6 Mar 2019 22:59:55 +0000 (22:59 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Mar 2019 21:09:20 +0000 (16:09 -0500)
commitf72ea2deb0d8c455044eb5ab773829e5deb96f41
tree7c59c1e584f54f555ab98dbb63e13547c043fe2d
parenta92fbdd9a629b32af1bc0b63e4a54f78f683fa82
Fix autoheader warnings

autoheader complains after 1.44.6 release:
autoheader: warning: missing template: HAVE_BLKID_PROBE_ENABLE_PARTITIONS
autoheader: Use AC_DEFINE([HAVE_BLKID_PROBE_ENABLE_PARTITIONS], [], [Description])
autoheader: warning: missing template: HAVE_BLKID_PROBE_GET_TOPOLOGY

This could fail automatic rpm builds.
Fixes: 7154d97 ("Check for the newer blkid functions without adding blkid to @LIBS@")

Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure.ac
lib/config.h.in