Skip to content

Commit 7bdf1f5

Browse files
committed
configure: remove deprecated --{enable, disable}-git-update
The options were deprecated in 6.0. That said, we do not really have a formal deprecation cycle for build-time changes, since they do not affect users. Reviewed-by: Marc-André Lureau <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent bd87a36 commit 7bdf1f5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configure

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,14 +1483,6 @@ for opt do
14831483
;;
14841484
--with-git=*) git="$optarg"
14851485
;;
1486-
--enable-git-update)
1487-
git_submodules_action="update"
1488-
echo "--enable-git-update deprecated, use --with-git-submodules=update"
1489-
;;
1490-
--disable-git-update)
1491-
git_submodules_action="validate"
1492-
echo "--disable-git-update deprecated, use --with-git-submodules=validate"
1493-
;;
14941486
--with-git-submodules=*)
14951487
git_submodules_action="$optarg"
14961488
;;

0 commit comments

Comments
 (0)