diff options
Diffstat (limited to 'tools/bftest.c')
-rw-r--r-- | tools/bftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bftest.c b/tools/bftest.c index 764a82610..9657be350 100644 --- a/tools/bftest.c +++ b/tools/bftest.c @@ -47,7 +47,7 @@ strusage( int level ) static void i18n_init(void) { - #ifdef HAVE_LIBINTL + #ifdef ENABLE_NLS #ifdef HAVE_LC_MESSAGES setlocale( LC_MESSAGES, "" ); #else |