diff options
author | jbj <devnull@localhost> | 1999-09-30 16:03:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-30 16:03:43 +0000 |
commit | 1baa4101d6a58837ad196d987bb1fc18d62aed08 (patch) | |
tree | afb2dae442f1aaa2589d4eb4259d3defbb457832 /scripts | |
parent | 2affcc2244e177bced04013197c032e38a0e9d67 (diff) | |
download | rpm-1baa4101d6a58837ad196d987bb1fc18d62aed08.tar.gz rpm-1baa4101d6a58837ad196d987bb1fc18d62aed08.tar.bz2 rpm-1baa4101d6a58837ad196d987bb1fc18d62aed08.zip |
Don't build rpmgettext/rpmputtext if USE_NLS=no.
CVS patchset: 3353
CVS date: 1999/09/30 16:03:43
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 9fca2b049..c06577248 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -70,6 +70,7 @@ AR = @AR@ AS = @AS@ AWK = @AWK@ BUILD_RPMCONVERT = @BUILD_RPMCONVERT@ +BUILD_RPMNLSTOOLS = @BUILD_RPMNLSTOOLS@ BZIP2BIN = @BZIP2BIN@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ |