aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53bb114b7..b16019f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,7 +547,8 @@ AC_CHECK_LIB([kvm],[kvm_open])
547AC_CHECK_LIB([kstat],[kstat_open]) 547AC_CHECK_LIB([kstat],[kstat_open])
548 548
549 549
550# should experimental code be compiled (code that may not yet compile)? 550# should the build process be restricted to the code required
551# for GNU Taler wallets?
551AC_MSG_CHECKING(whether to compile GNU Taler Wallet library ONLY) 552AC_MSG_CHECKING(whether to compile GNU Taler Wallet library ONLY)
552AC_ARG_ENABLE([taler-wallet], 553AC_ARG_ENABLE([taler-wallet],
553 [AS_HELP_STRING([--taler-wallet], [only compile for Taler wallet])], 554 [AS_HELP_STRING([--taler-wallet], [only compile for Taler wallet])],