summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-01-23 21:59:48 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2020-01-24 12:19:52 +0100
commitd290f0b618473f392500244354c6ec0cadb78c0e (patch)
tree4ae8eaa8b079e7da0d3a0c79706cd6586567fa36
parent3381e35ec2b567f0b85cce6192df11d0be9cdbe2 (diff)
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.kaganski@collabora.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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,