diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-01-09 11:04:58 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-09 11:04:58 -0800 |
commit | 0bcbcc8db6b040db0638468769b40c89d23ddcd7 (patch) | |
tree | 638f864db78c3ed645b6b3f0289eebf20e8b51e5 /bootstrap-configure | |
parent | fe9bb02484ee38711dd9c1f6c8d2d4bf111cb1b7 (diff) | |
download | ofono-0bcbcc8db6b040db0638468769b40c89d23ddcd7.tar.bz2 |
build: Add configure option for building tools
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 5642f6b6..db70c665 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -13,4 +13,5 @@ fi --sysconfdir=/etc \ --localstatedir=/var \ --enable-capng \ + --enable-tools \ --disable-datafiles $* |