aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-09-06 21:09:36 +0000
committerMarcus Brinkmann <[email protected]>2006-09-06 21:09:36 +0000
commit088c35b2ee407b4743b6c1d58af82937d19e3542 (patch)
tree4e9e461dd8520ab29da5ff53ee7783130141c602 /configure.ac
parent2006-09-06 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-088c35b2ee407b4743b6c1d58af82937d19e3542.tar.gz
gnupg-088c35b2ee407b4743b6c1d58af82937d19e3542.zip
2006-09-06 Marcus Brinkmann <[email protected]>
* configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index afcc77dd9..bcce906e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1232,6 +1232,8 @@ AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes")
AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes")
AM_CONDITIONAL(BUILD_SYMCRYPTRUN, test "$build_symcryptrun" = "yes")
+AM_CONDITIONAL(RUN_GPG_TESTS,
+ test x$cross_compiling = xno -a "$build_gpg" = yes )
#