Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c1d38132
Commit
c1d38132
authored
Feb 08, 2002
by
Huw D M Davies
Committed by
Alexandre Julliard
Feb 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We need fttrigon.h, so don't define HAVE_FREETYPE if we don't have it.
parent
d23cf082
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
configure
configure
+0
-0
configure.in
configure.in
+10
-7
No files found.
configure
View file @
c1d38132
This diff is collapsed.
Click to expand it.
configure.in
View file @
c1d38132
...
@@ -420,11 +420,13 @@ else
...
@@ -420,11 +420,13 @@ else
freetype/internal/sfnt.h)
freetype/internal/sfnt.h)
AC_TRY_CPP([#include <ft2build.h>
AC_TRY_CPP([#include <ft2build.h>
#include <freetype/fttrigon.h>],
#include <freetype/fttrigon.h>],
AC_DEFINE(HAVE_FREETYPE_FTTRIGON_H, 1,
[AC_DEFINE(HAVE_FREETYPE_FTTRIGON_H, 1,
[Define if you have the <freetype/fttrigon.h> header file.]))
[Define if you have the <freetype/fttrigon.h> header file.])
wine_cv_fttrigon=yes],
wine_cv_fttrigon=no)
CPPFLAGS="$ac_save_CPPFLAGS"
CPPFLAGS="$ac_save_CPPFLAGS"
dnl Check that we have at least freetype/freetype.h
dnl Check that we have at least freetype/freetype.h
if test "$ac_cv_header_freetype_freetype_h" = "yes"
if test "$ac_cv_header_freetype_freetype_h" = "yes"
-a "$wine_cv_fttrigon" = "yes"
then
then
AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
wine_cv_msg_freetype=no
wine_cv_msg_freetype=no
...
@@ -1463,10 +1465,11 @@ if test "$wine_cv_msg_freetype" = "yes"
...
@@ -1463,10 +1465,11 @@ if test "$wine_cv_msg_freetype" = "yes"
then
then
echo
echo
echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
echo "*** installed, but either 'freetype-config' is not in your PATH or"
echo "*** installed, but either 'freetype-config' is not in your PATH,"
echo "*** you do not have the FreeType include files. Install the"
echo "*** you do not have the FreeType include files or you have a version"
echo "*** freetype-devel package (or its equivalent on your distribution) to"
echo "*** of FreeType lower than 2.0.3. Install the freetype-devel package"
echo "*** enable Wine to use TrueType fonts."
echo "*** (or its equivalent on your distribution) to enable Wine to use"
echo "*** TrueType fonts."
fi
fi
echo
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment