diff options
| author | Werner Koch <[email protected]> | 1998-03-19 15:27:29 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-03-19 15:27:29 +0000 |
| commit | 6b91e7762c65097a103b2b17db304a4d85b3573d (patch) | |
| tree | 4303dbf887db8130c58e1025cac3c8fe291c6ceb /tools/bftest.c | |
| parent | NEw test keyrings (diff) | |
| download | gnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.tar.gz gnupg-6b91e7762c65097a103b2b17db304a4d85b3573d.zip | |
some cleanups
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 |
