Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5805d8b4
Commit
5805d8b4
authored
Sep 19, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Sep 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Improve formatting of error when X development files are not found.
parent
b7efaf8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
5805d8b4
...
...
@@ -9031,8 +9031,8 @@ if test "x$XLIB" = "x"; then :
case
"x
$with_x
"
in
xno
)
;;
*
)
as_fn_error
$?
"X
${
notice_platform
}
development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install
${
notice_platform
}
development packages of Xlib/Xfree86 at the very least.
without X support, which probably isn't what you want. You will need
to install
${
notice_platform
}
development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this."
"
$LINENO
"
5
;;
esac
fi
...
...
configure.ac
View file @
5805d8b4
...
...
@@ -1088,8 +1088,8 @@ else
enable_glu32=${enable_glu32:-no}
fi
WINE_ERROR_WITH(x,[test "x$XLIB" = "x"],[X ${notice_platform}development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install
${notice_platform}development packages of Xlib/Xfree86 at the very least.])
without X support, which probably isn't what you want. You will need
to install
${notice_platform}development packages of Xlib/Xfree86 at the very least.])
dnl **** Check for libxml2 ****
...
...
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