]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: remove unused HAVE_LIBFDISK and HAVE_LIBSMARTCOLS defines
authorKarel Zak <kzak@redhat.com>
Thu, 19 Mar 2026 20:06:30 +0000 (21:06 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2026 09:21:15 +0000 (10:21 +0100)
These config.h defines are never used in source code or anywhere
else in the project.

Signed-off-by: Karel Zak <kzak@redhat.com>
meson.build

index eb2ec53aa5d6c9dbade26a848f870b455c9bd039..582f2756472b23eec70e3d875d1b5885afb74567 100644 (file)
@@ -142,11 +142,9 @@ conf.set('USE_LIBMOUNT_MOUNTFD_SUPPORT', have_mountfd_api ? 1 : false)
 summary('libmount', build_libmount ? 'enabled' : 'disabled', section : 'components')
 
 build_libsmartcols = not get_option('build-libsmartcols').disabled()
-conf.set('HAVE_LIBSMARTCOLS', build_libsmartcols ? 1 : false)
 summary('libsmartcols', build_libsmartcols ? 'enabled' : 'disabled', section : 'components')
 
 build_libfdisk = not get_option('build-libfdisk').require(get_option('build-libblkid').allowed()).disabled()
-conf.set('HAVE_LIBFDISK', build_libfdisk ? 1 : false)
 summary('libfdisk', build_libfdisk ? 'enabled' : 'disabled', section : 'components')
 
 build_uuidd = not get_option('build-uuidd').disabled()