Whamcloud - gitweb
misc: remove broken whole device check
[tools/e2fsprogs.git] / misc / nls-enable.h
index a91dcc1..2f62c01 100644 (file)
@@ -1,4 +1,4 @@
-#ifdef ENABLE_NLS
+#if defined(ENABLE_NLS) && !defined(DEBUGFS)
 #include <libintl.h>
 #include <locale.h>
 #define _(a) (gettext (a))