CONFIGURE: Fix missing option

--disable-updates was omitted from the supported options during the
reformat.
This commit is contained in:
Dan Church 2019-05-02 13:00:37 -05:00 committed by David Turner
parent 8c2b09d919
commit 886a1807b8

1
configure vendored
View file

@ -1217,6 +1217,7 @@ for ac_option in $@; do
--enable-cloud) _cloud=yes ;;
--disable-cloud) _cloud=no ;;
--enable-updates) _updates=yes ;;
--disable-updates) _updates=no ;;
--enable-libunity) _libunity=yes ;;
--disable-libunity) _libunity=no ;;
--enable-bink) _bink=yes ;;