diff options
author | Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> | 2010-06-10 11:15:54 +0300 |
---|---|---|
committer | Luiz Augusto Von Dentz <luiz.dentz-von@nokia.com> | 2010-06-17 10:54:01 +0300 |
commit | 83d5254426dfa70065519429ceaa8f956ea4fbcb (patch) | |
tree | 72e59bde0fceb4c2626ae69cbf09cab8f59f3272 /bootstrap-configure | |
parent | d135659ab04dca172902e35ccd0f0fd0634c6ac6 (diff) | |
download | obexd-83d5254426dfa70065519429ceaa8f956ea4fbcb.tar.gz |
Make dummy the default phonebook backend
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 111c79a..55afa79 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -12,4 +12,4 @@ fi --libexec=/usr/lib/obex \ --mandir=/usr/share/man \ --sysconfdir=/etc \ - --with-phonebook=ebook $* + --with-phonebook=dummy $* |