summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-11 01:23:46 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-11 01:23:46 +0100
commitc68ba5e590e3bb3337838f71748cdf94f8a2a128 (patch)
treee7c370d21896b8b61dc4c90b45b266873ba2497e /configure.ac
parent82f9db9759eae677b0b91c5c9c90ca21123e517f (diff)
downloadconnman-c68ba5e590e3bb3337838f71748cdf94f8a2a128.tar.gz
connman-c68ba5e590e3bb3337838f71748cdf94f8a2a128.tar.bz2
connman-c68ba5e590e3bb3337838f71748cdf94f8a2a128.zip
build: Fix typo in command line client configure option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0cac944..1d1f2054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,7 @@ AM_CONDITIONAL(TOOLS, test "${enable_tools}" != "no")
AC_ARG_ENABLE(client, AC_HELP_STRING([--disable-client],
[disable command line client]),
- [disable_client=${enableval}])
+ [enable_client=${enableval}])
AM_CONDITIONAL(CLIENT, test "${enable_client}" != "no")
if (test "${enable_wispr}" != "no"); then