From: Theodore Ts'o Date: Mon, 24 Feb 2025 04:30:21 +0000 (-0500) Subject: misc: fix a typo which broke "configure --without-libarchive" X-Git-Tag: v1.47.3-rc1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de10c745d7f15be288a4cef57216a88d571043a;p=thirdparty%2Fe2fsprogs.git misc: fix a typo which broke "configure --without-libarchive" https://github.com/tytso/e2fsprogs/issues/212 Signed-off-by: Theodore Ts'o a typo in create_inode_libarchive.c --- diff --git a/misc/create_inode_libarchive.c b/misc/create_inode_libarchive.c index 9c8e53e4..bc358947 100644 --- a/misc/create_inode_libarchive.c +++ b/misc/create_inode_libarchive.c @@ -18,7 +18,7 @@ #include "support/nls-enable.h" #if (!(defined(CONFIG_DLOPEN_LIBARCHIVE) || defined(HAVE_ARCHIVE_H)) || \ - defined(CONFIG_DIABLE_LIBARCHIVE)) + defined(CONFIG_DISABLE_LIBARCHIVE)) /* If ./configure was run with --without-libarchive, then only * __populate_fs_from_tar() remains in this file and will return an error. */