configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d290f0b618473f392500244354c6ec0cadb78c0e Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Jan 23 21:59:48 2020 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Fri Jan 24 12:19:52 2020 +0100
Fix --with-visual-studio help output: 2019 is supported Change-Id: Id9c3987a5fdaca8722d7ad8cabe1d1ef523b598e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87302 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/configure.ac b/configure.ac index 1083f2bbd4c5..b31adb15b8b5 100644 --- a/configure.ac +++ b/configure.ac @@ -2100,9 +2100,9 @@ libo_FUZZ_ARG_WITH(doxygen, ,with_doxygen=yes) AC_ARG_WITH(visual-studio, - AS_HELP_STRING([--with-visual-studio=<2017>], + AS_HELP_STRING([--with-visual-studio=<2017/2019>], [Specify which Visual Studio version to use in case several are - installed. Currently only 2017 is supported.]), + installed. Currently only 2017 (default) and 2019 are supported.]), ,) AC_ARG_WITH(windows-sdk, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits