File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 23
23
# questions.
24
24
#
25
25
26
+ # ===========================================================================
27
+ # (c) Copyright IBM Corp. 2024, 2024 All Rights Reserved
28
+ # ===========================================================================
29
+
26
30
# ###############################################################################
27
31
# Check if a potential freeype library match is correct and usable
28
32
# ###############################################################################
@@ -101,11 +105,6 @@ AC_DEFUN_ONCE([LIB_SETUP_FREETYPE],
101
105
fi
102
106
103
107
FREETYPE_TO_USE=bundled
104
- if test "x$OPENJDK_TARGET_OS" != "xwindows" && \
105
- test "x$OPENJDK_TARGET_OS" != "xmacosx" && \
106
- test "x$OPENJDK_TARGET_OS" != "xaix"; then
107
- FREETYPE_TO_USE=system
108
- fi
109
108
if test "x$with_freetype" != "x" ; then
110
109
if test "x$with_freetype" = "xsystem" ; then
111
110
FREETYPE_TO_USE=system
You can’t perform that action at this time.
0 commit comments