-
Bug
-
Resolution: Duplicate
-
P3
-
None
If we don't find freetype on Windows, we print:
configure: error: Could not find libfreetype.se nor freetype.dll in /usr/X11R6/lib
This is confusing since we did'nt expect to find it there on Windows. We've had at least one bug report where the reporter were confused by this.
We should adapt the error message to be more appropriate about what we have actually checked and/or what we expected to find.
configure: error: Could not find libfreetype.se nor freetype.dll in /usr/X11R6/lib
This is confusing since we did'nt expect to find it there on Windows. We've had at least one bug report where the reporter were confused by this.
We should adapt the error message to be more appropriate about what we have actually checked and/or what we expected to find.
- duplicates
-
JDK-8001922 build-infra: Check freetype correctness with AC_CHECK_LIB on all platforms
- Resolved