From: Marcel Holtmann Date: Tue, 11 Dec 2012 00:23:46 +0000 (+0100) Subject: build: Fix typo in command line client configure option X-Git-Tag: 1.10~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c68ba5e590e3bb3337838f71748cdf94f8a2a128;hp=82f9db9759eae677b0b91c5c9c90ca21123e517f;p=platform%2Fupstream%2Fconnman.git build: Fix typo in command line client configure option --- diff --git a/configure.ac b/configure.ac index e0cac94..1d1f205 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