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
baf3f5d6
Commit
baf3f5d6
authored
Jun 08, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Make the font warning more explicit about what package is missing.
parent
8e01c1b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
configure
configure
+7
-5
configure.ac
configure.ac
+7
-5
No files found.
configure
View file @
baf3f5d6
...
...
@@ -12237,9 +12237,6 @@ if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
then
FONTSSUBDIRS
=
"fonts"
wine_cv_msg_fonts
=
no
else
wine_cv_msg_fonts
=
yes
fi
{
echo
"
$as_me
:
$LINENO
: checking for parport header/ppdev.h"
>
&5
...
...
@@ -22836,10 +22833,15 @@ then
exitcode
=
1
fi
if
test
"
$wine_cv_msg_fonts
"
=
"yes
"
if
test
-z
"
$FONTSSUBDIRS
"
then
echo
echo
"*** Warning: FreeType or FontForge is missing."
if
test
"
$FONTFORGE
"
=
"false"
then
echo
"*** Warning: FontForge is missing."
else
echo
"*** Warning: FreeType is missing."
fi
echo
"*** Fonts will not be built. Dialog text may be invisible or unaligned."
exitcode
=
1
fi
...
...
configure.ac
View file @
baf3f5d6
...
...
@@ -719,9 +719,6 @@ dnl Only build the fonts dir if we have both freetype and fontforge
if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
then
AC_SUBST(FONTSSUBDIRS,"fonts")
wine_cv_msg_fonts=no
else
wine_cv_msg_fonts=yes
fi
dnl **** Check for parport (currently Linux only) ****
...
...
@@ -1854,10 +1851,15 @@ then
exitcode=1
fi
if test
"$wine_cv_msg_fonts" = "yes
"
if test
-z "$FONTSSUBDIRS
"
then
echo
echo "*** Warning: FreeType or FontForge is missing."
if test "$FONTFORGE" = "false"
then
echo "*** Warning: FontForge is missing."
else
echo "*** Warning: FreeType is missing."
fi
echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
exitcode=1
fi
...
...
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