aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-05-23 12:29:05 +0000
committerWerner Koch <[email protected]>1999-05-23 12:29:05 +0000
commitc7447e78e2abb1298fecb9861fe420109c91f14f (patch)
treeb7a7954789898fc3cac24f43cbd0d32ec139f9f2 /configure.in
parentSee ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch (diff)
downloadgnupg-c7447e78e2abb1298fecb9861fe420109c91f14f.tar.gz
gnupg-c7447e78e2abb1298fecb9861fe420109c91f14f.zip
See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3d0581ae5..dbcffd66c 100644
--- a/configure.in
+++ b/configure.in
@@ -217,6 +217,11 @@ dnl Checks for libraries.
if test "$try_gettext" = yes; then
AM_GNU_GETTEXT
+else
+USE_NLS=no
+USE_INCLUDED_LIBINTL=no
+AC_SUBST(USE_NLS)
+AC_SUBST(USE_INCLUDED_LIBINTL)
fi
if test "$try_gdbm" = yes; then