Skip to content

Commit

Permalink
Remove the broken --enable-all option
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Jun 8, 2008
1 parent 22ec945 commit 58878ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
18 changes: 0 additions & 18 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -271,24 +271,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [
debug_enable=${enableval}
])
AC_ARG_ENABLE(all, AC_HELP_STRING([--enable-all], [enable all extra options below]), [
dbus_enable=${enableval}
alsa_enable=${enableval}
hidd_enable=${enableval}
pand_enable=${enableval}
dund_enable=${enableval}
cups_enable=${enableval}
test_enable=${enableval}
manpages_enable=${enableval}
configfiles_enable=${enableval}
initscripts_enable=${enableval}
pcmciarules_enable=${enableval}
tools_enable=${enableval}
bccmd_enable=${enableval}
hid2hci_enable=${enableval}
dfutool_enable=${enableval}
])
if (test "${fortify_enable}" = "yes"); then
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2"
fi
Expand Down
12 changes: 9 additions & 3 deletions bootstrap-configure
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*

0 comments on commit 58878ae

Please sign in to comment.