From 20ea73d74e3b5d436ea838df1843314d84b31d00 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 May 2015 11:47:12 +0200 Subject: fix helptext --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0a5959bc6..2ead756dd 100644 --- 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) -- cgit v1.2.3