diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2015-04-07 10:15:33 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-07 09:54:02 +0000 |
commit | c7b850a934fd3ac68e53fb4affabb32aeae5217e (patch) | |
tree | 41445028657d8d9cb58e69ceac4b44fd034c31e2 | |
parent | 208a9c4b470dda303fcff35f79213dfda1734ce9 (diff) |
Add missing '<'
Change-Id: I86a01f0a066a915b9f87768fc73d24ab2fcdb4f6
Reviewed-on: https://gerrit.libreoffice.org/15182
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4189d51ea4f0..96031b12a8e3 100644 --- a/configure.ac +++ b/configure.ac @@ -2034,7 +2034,7 @@ AC_ARG_WITH(windows-sdk, combinations are supported. The intent is that this option should not be needed.]) [ - Usage: --with-windows-sdk=7.1(A)/8.0(A)/8.1(A)> + Usage: --with-windows-sdk=<7.1(A)/8.0(A)/8.1(A)> ], ,) |