CONFIGURE: Fix missing option
--disable-updates was omitted from the supported options during the reformat.
This commit is contained in:
parent
8c2b09d919
commit
886a1807b8
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1217,6 +1217,7 @@ for ac_option in $@; do
|
||||||
--enable-cloud) _cloud=yes ;;
|
--enable-cloud) _cloud=yes ;;
|
||||||
--disable-cloud) _cloud=no ;;
|
--disable-cloud) _cloud=no ;;
|
||||||
--enable-updates) _updates=yes ;;
|
--enable-updates) _updates=yes ;;
|
||||||
|
--disable-updates) _updates=no ;;
|
||||||
--enable-libunity) _libunity=yes ;;
|
--enable-libunity) _libunity=yes ;;
|
||||||
--disable-libunity) _libunity=no ;;
|
--disable-libunity) _libunity=no ;;
|
||||||
--enable-bink) _bink=yes ;;
|
--enable-bink) _bink=yes ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue