From 886a1807b8fce02a8a8cc6c412c8e77880a218d8 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Thu, 2 May 2019 13:00:37 -0500 Subject: CONFIGURE: Fix missing option --disable-updates was omitted from the supported options during the reformat. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 1234af6982..ef4c956192 100755 --- a/configure +++ b/configure @@ -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 ;; -- cgit v1.2.3