]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
misc: fix a typo which broke "configure --without-libarchive"
authorTheodore Ts'o <tytso@mit.edu>
Mon, 24 Feb 2025 04:30:21 +0000 (23:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Feb 2025 04:30:21 +0000 (23:30 -0500)
https://github.com/tytso/e2fsprogs/issues/212

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
a typo in create_inode_libarchive.c

misc/create_inode_libarchive.c

index 9c8e53e4674e1406b510840ea26eda0ea3ace25c..bc35894768475786dde43c246ab735a159f73481 100644 (file)
@@ -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. */