diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 11:20:35 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 11:20:35 +0000 |
commit | 58878aee3d2118196f27d77b76e3af07fa5bcadb (patch) | |
tree | 207e0912795fddf21ecac83b81273a38d40ae6a4 /bootstrap-configure | |
parent | 22ec945f109d9d1e21a8cfbc6e2dec3dd4b88c8e (diff) |
Remove the broken --enable-all option
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 5e455968..f0751398 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -12,9 +12,15 @@ fi --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/lib \ - --enable-all \ + --enable-bccmd \ + --enable-dfutool \ + --enalbe-hid2hci \ + --enable-hidd \ + --enable-pand \ + --enable-dund \ + --enable-test \ + --disable-cups \ --disable-manpages \ --disable-configfiles \ --disable-initscripts \ - --disable-pcmciarules \ - --disable-cups $* + --disable-pcmciarules $* |