diff options
author | Werner Koch <[email protected]> | 1998-02-09 17:43:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-09 17:43:42 +0000 |
commit | d6fa02add60c1d9ef6c7c576de3beb0a5debfade (patch) | |
tree | 4d33ad9fa6f8013b274ecb0dfe36cab7b15b47eb /acconfig.h | |
parent | removed aclocal (diff) | |
download | gnupg-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.tar.gz gnupg-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.zip |
release 0.2.3
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 |