diff options
Diffstat (limited to '')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f8ddcd581..11096eedd 100644 --- a/acconfig.h +++ b/acconfig.h @@ -44,6 +44,11 @@ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* libintl.h is available; this is obsolete because if we don't have + * this header we use a symlink to the one in intl/ */ +#undef HAVE_LIBINTL_H + + #undef HAVE_STPCPY |