diff --git a/src/get-env.c b/src/get-env.c index 9e2df682..1adbeee7 100644 --- a/src/get-env.c +++ b/src/get-env.c @@ -92,7 +92,6 @@ _gpgme_getenv (const char *name, char **value) } #else -/* FIXME: Implement this when we have the specification for it. */ -#error Use of getenv_r not implemented. +#error No thread-safe getenv nor getenv_r #endif