diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-22 13:18:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-22 13:18:53 +0100 |
commit | ee6687c3d473d45ecb77bd221f4b4dcb7172117a (patch) | |
tree | eda1056b6449a24994c54de9050519d3a2ec9f15 /bootstrap-configure | |
parent | a9933b375fdf3a07a07d260b68200f0c2fda9331 (diff) | |
download | connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.tar.gz connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.tar.bz2 connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.zip |
Make the client application optional
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 0714169e..5a7e4dc1 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -16,4 +16,4 @@ fi --mandir=/usr/share/man \ --localstatedir=/var \ --sysconfdir=/etc \ - --disable-fake $* + --enable-client $* |