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
dfe65ce1
Commit
dfe65ce1
authored
Nov 20, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Don't allow doing a 32-bit Wow64 build from inside the source tree.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ecd814cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
configure
configure
+2
-0
configure.ac
configure.ac
+2
-0
No files found.
configure
View file @
dfe65ce1
...
@@ -5069,6 +5069,8 @@ then
...
@@ -5069,6 +5069,8 @@ then
as_fn_error
$?
"--enable-win64 and --with-wine64 are mutually exclusive.
as_fn_error
$?
"--enable-win64 and --with-wine64 are mutually exclusive.
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree."
"
$LINENO
"
5
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree."
"
$LINENO
"
5
fi
fi
test
"
$srcdir
"
!=
.
||
as_fn_error
$?
"--with-wine64 cannot be used when building inside the source tree.
You should create a separate build directory and run configure from there."
"
$LINENO
"
5
enable_fonts
=
${
enable_fonts
:-
no
}
enable_fonts
=
${
enable_fonts
:-
no
}
enable_server
=
${
enable_server
:-
no
}
enable_server
=
${
enable_server
:-
no
}
elif
test
"x
$enable_win64
"
=
"xyes"
elif
test
"x
$enable_win64
"
=
"xyes"
...
...
configure.ac
View file @
dfe65ce1
...
@@ -203,6 +203,8 @@ then
...
@@ -203,6 +203,8 @@ then
AC_MSG_ERROR([--enable-win64 and --with-wine64 are mutually exclusive.
AC_MSG_ERROR([--enable-win64 and --with-wine64 are mutually exclusive.
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree.])
--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree.])
fi
fi
test "$srcdir" != . || AC_MSG_ERROR([--with-wine64 cannot be used when building inside the source tree.
You should create a separate build directory and run configure from there.])
enable_fonts=${enable_fonts:-no}
enable_fonts=${enable_fonts:-no}
enable_server=${enable_server:-no}
enable_server=${enable_server:-no}
elif test "x$enable_win64" = "xyes"
elif test "x$enable_win64" = "xyes"
...
...
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