build: Enable gpgtar by default.

This commit is contained in:
Werner Koch 2014-09-18 16:00:34 +02:00
parent 927db789c1
commit 345a8374f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)