commit | 831aa869e8b1b287ca921e7ae181a4cdca839099 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Oct 18 09:13:09 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 18 09:13:09 2014 -0400 |
tree | 7303fdc69ad4381bf3a09974fdbea97c578ccfc6 | |
parent | 9ed2c124f3245f48f45e52285c1e6dd55390d2a2 [diff] |
debugfs: fix build on systems that don't have gettext built-in Debugfs (unlike all of the other programs in e2fsprogs) is not set up to use translated strings. So when building misc/plausible.c for debugfs, we need to disable NLS. Signed-off-by: Theodore Ts'o <tytso@mit.edu>