summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-09-18 16:00:34 +0200
committerWerner Koch <wk@gnupg.org>2014-09-18 17:32:36 +0200
commit345a8374f31e637a99e6438e527670cf6845ca05 (patch)
tree93fff7f35b92bb42f6b272b02002582ae12a0e34
parentcommon: Do not build maintainer modules in non-maintainer mode. (diff)
downloadgnupg2-345a8374f31e637a99e6438e527670cf6845ca05.tar.xz
gnupg2-345a8374f31e637a99e6438e527670cf6845ca05.zip
build: Enable gpgtar by default.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a522dd2a4..a2f07cbb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ GNUPG_BUILD_PROGRAM(dirmngr, yes)
GNUPG_BUILD_PROGRAM(tools, yes)
GNUPG_BUILD_PROGRAM(doc, yes)
GNUPG_BUILD_PROGRAM(symcryptrun, no)
-GNUPG_BUILD_PROGRAM(gpgtar, no)
+GNUPG_BUILD_PROGRAM(gpgtar, yes)
AC_SUBST(PACKAGE)
AC_SUBST(PACKAGE_GT)