diff --git a/config.h b/config.h index d26ffb5..005c34a 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ # include #endif -#ifdef __GLIBC__ +#if defined __GLIBC__ && !defined __UCLIBC__ # define ENABLE_NLS #endif