diff options
author | Dan Church | 2019-05-02 13:00:37 -0500 |
---|---|---|
committer | David Turner | 2019-05-02 19:29:03 +0100 |
commit | 886a1807b8fce02a8a8cc6c412c8e77880a218d8 (patch) | |
tree | e9f7d50c60c8c95058e26bc5c46b8f8c8dc4c445 /configure | |
parent | 8c2b09d919671c99be96d42bc3aeecec9222b46a (diff) | |
download | scummvm-rg350-886a1807b8fce02a8a8cc6c412c8e77880a218d8.tar.gz scummvm-rg350-886a1807b8fce02a8a8cc6c412c8e77880a218d8.tar.bz2 scummvm-rg350-886a1807b8fce02a8a8cc6c412c8e77880a218d8.zip |
CONFIGURE: Fix missing option
--disable-updates was omitted from the supported options during the
reformat.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ;; |