commit 20ea73d74e3b5d436ea838df1843314d84b31d00
parent 5081c7df1e9dfa8fe9a0fee18c8c2c8ce4fddacf
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 28 May 2015 11:47:12 +0200
fix helptext
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -43,7 +43,7 @@ AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h])
# for GNU Taler wallets?
AC_MSG_CHECKING(whether to compile GNU Taler Wallet library ONLY)
AC_ARG_ENABLE([wallet],
- [AS_HELP_STRING([--wallet], [only compile for Taler wallet])],
+ [AS_HELP_STRING([--enable-wallet], [only compile for Taler wallet])],
[wallet_only=${enableval}],
[wallet_only=no])
AC_MSG_RESULT($wallet_only)