[vlc-commits] configure.ac: Fix trailing whitespace
David Fuhrmann
git at videolan.org
Tue Feb 11 18:59:06 CET 2020
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Tue Feb 11 18:49:43 2020 +0100| [6783df6b3bd66b79f51743b29d648740b84d086a] | committer: David Fuhrmann
configure.ac: Fix trailing whitespace
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6783df6b3bd66b79f51743b29d648740b84d086a
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 84f9a00673..e3443318e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2995,7 +2995,7 @@ AS_IF([test "${enable_tiger}" != "no"], [
])
dnl
-dnl check if we can build the css selector engine
+dnl check if we can build the css selector engine
dnl
AC_ARG_ENABLE(css,
[ --enable-css CSS selector engine (default auto)])
@@ -4204,7 +4204,7 @@ AC_SUBST(soliddatadir)
AM_CONDITIONAL(KDE_SOLID, [test "x${soliddatadir}" != "x"])
dnl
-dnl Check wether we have the PROCESS_MITIGATION_IMAGE_LOAD_POLICY
+dnl Check wether we have the PROCESS_MITIGATION_IMAGE_LOAD_POLICY
dnl It should only be available when building for win10, but some SDKs define it unconditionnaly
dnl
if test "${SYS}" = "mingw32"; then
More information about the vlc-commits
mailing list