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
5736c30c
Commit
5736c30c
authored
Nov 17, 2007
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Nov 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix typos in warning messages.
parent
d9f5817e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
5736c30c
...
...
@@ -10482,7 +10482,7 @@ echo "${ECHO_T}not found" >&6; }
This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
else
wine_warnings
=
"
$wine_warnings
|No OpenGL library found on this system.
Wine will be buil
d
without OpenGL or Direct3D support."
Wine will be buil
t
without OpenGL or Direct3D support."
fi
else
{
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_lib_soname_GL
"
>
&5
...
...
@@ -10571,11 +10571,11 @@ fi
else
wine_warnings
=
"
$wine_warnings
|Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
Wine will be buil
d
without OpenGL or Direct3D support."
Wine will be buil
t
without OpenGL or Direct3D support."
fi
else
wine_warnings
=
"
$wine_warnings
|OpenGL development headers not found.
Wine will be buil
d
without OpenGL or Direct3D support."
Wine will be buil
t
without OpenGL or Direct3D support."
fi
fi
...
...
configure.ac
View file @
5736c30c
...
...
@@ -656,7 +656,7 @@ Wine will be built without XComposite support. (winex11.drv)])
This probably prevents linking to OpenGL. Try deleting the file and restarting configure.])
else
WINE_WARNING([No OpenGL library found on this system.
Wine will be buil
d
without OpenGL or Direct3D support.])
Wine will be buil
t
without OpenGL or Direct3D support.])
fi],
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
...
...
@@ -668,11 +668,11 @@ Wine will be build without OpenGL or Direct3D support.])
$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
else
WINE_WARNING([Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
Wine will be buil
d
without OpenGL or Direct3D support.])
Wine will be buil
t
without OpenGL or Direct3D support.])
fi
else
WINE_WARNING([OpenGL development headers not found.
Wine will be buil
d
without OpenGL or Direct3D support.])
Wine will be buil
t
without OpenGL or Direct3D support.])
fi
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