summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/configure')
-rwxr-xr-xBuild/source/libs/gd/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure
index e8783170efe..f155f05d169 100755
--- a/Build/source/libs/gd/configure
+++ b/Build/source/libs/gd/configure
@@ -12491,7 +12491,7 @@ if test "x$with_system_freetype2" = xyes; then
if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
FREETYPE2_LIBS=`$FT2_CONFIG --libs`
-elif test "x$need_freetype2:$with_system_freetype2" = 'xyes:yes'; then
+elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
as_fn_error "did not find freetype-config required for system freetype2 library" "$LINENO" 5
fi
else