[Scummvm-git-logs] scummvm master -> a581b1e4e0a5223b36c4c85e94352ca049394edd

mgerhardy martin.gerhardy at gmail.com
Tue Apr 6 17:48:56 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a581b1e4e0 CONFIGURE: fixed whitespace issue


Commit: a581b1e4e0a5223b36c4c85e94352ca049394edd
    https://github.com/scummvm/scummvm/commit/a581b1e4e0a5223b36c4c85e94352ca049394edd
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-04-06T19:46:47+02:00

Commit Message:
CONFIGURE: fixed whitespace issue

Changed paths:
    configure


diff --git a/configure b/configure
index 4ba2f5a21c..95ccbe92db 100755
--- a/configure
+++ b/configure
@@ -5066,11 +5066,11 @@ echo "$_gtk"
 # Check for FreeType2 to be present
 #
 find_freetype() {
-        # Wrapper function which tries to find freetype
-        # either by calling freetype-config or by using
-        # pkg-config.
-        # As of freetype-2.9.1 the freetype-config file
-        # no longer gets installed by default.
+	# Wrapper function which tries to find freetype
+	# either by calling freetype-config or by using
+	# pkg-config.
+	# As of freetype-2.9.1 the freetype-config file
+	# no longer gets installed by default.
 	if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
 		FREETYPE2_LIBS=`$_pkgconfig --libs freetype2`
 		FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2`




More information about the Scummvm-git-logs mailing list