Kaydet (Commit) f3520cce authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie186b828d500b661029704f95f4c03e56d69c282
Reviewed-on: https://gerrit.libreoffice.org/67382
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0b21f655
...@@ -3832,7 +3832,7 @@ dnl =================================================================== ...@@ -3832,7 +3832,7 @@ dnl ===================================================================
dnl Select the linker to use (gold/lld/ld.bfd). dnl Select the linker to use (gold/lld/ld.bfd).
dnl This is done only after compiler checks (need to know if Clang is dnl This is done only after compiler checks (need to know if Clang is
dnl used, for different defaults) and after checking if a debug build dnl used, for different defaults) and after checking if a debug build
dnl is wanted (non-debug builds get the default linker if not explictly dnl is wanted (non-debug builds get the default linker if not explicitly
dnl specified otherwise). dnl specified otherwise).
dnl All checks for linker features/options should come after this. dnl All checks for linker features/options should come after this.
dnl =================================================================== dnl ===================================================================
...@@ -7936,7 +7936,7 @@ if test "$with_system_jpeg" = "yes"; then ...@@ -7936,7 +7936,7 @@ if test "$with_system_jpeg" = "yes"; then
AC_CHECK_HEADER(jpeglib.h, [ LIBJPEG_CFLAGS= ], AC_CHECK_HEADER(jpeglib.h, [ LIBJPEG_CFLAGS= ],
[AC_MSG_ERROR(jpeg.h not found. install libjpeg)], []) [AC_MSG_ERROR(jpeg.h not found. install libjpeg)], [])
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ LIBJPEG_LIBS="-ljpeg" ], AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ LIBJPEG_LIBS="-ljpeg" ],
[AC_MSG_ERROR(jpeg library not found or fuctional)], []) [AC_MSG_ERROR(jpeg library not found or functional)], [])
else else
SYSTEM_LIBJPEG= SYSTEM_LIBJPEG=
AC_MSG_RESULT([internal, libjpeg-turbo]) AC_MSG_RESULT([internal, libjpeg-turbo])
...@@ -9663,8 +9663,8 @@ AC_MSG_CHECKING([whether to execute CVE tests]) ...@@ -9663,8 +9663,8 @@ AC_MSG_CHECKING([whether to execute CVE tests])
if test -z "$enable_cve_tests"; then if test -z "$enable_cve_tests"; then
case "$OS" in case "$OS" in
WNT) WNT)
# Default cves off for windows with its wild and wonderful # Default cves off for Windows with its wild and wonderful
# varienty of AV software kicking in and panicking # variety of AV software kicking in and panicking
enable_cve_tests=no enable_cve_tests=no
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment