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
c80c290e
Commit
c80c290e
authored
May 06, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In assembler check, try to use gas first (based on a patch by Robert
Lunnon).
parent
2eab8afa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
configure
configure
+17
-10
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
c80c290e
...
...
@@ -4189,8 +4189,10 @@ echo "$as_me: error: no suitable lex found. Please install the 'flex' package."
fi
if
test
-n
"
$ac_tool_prefix
"
;
then
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
as
;
ac_word
=
$2
for
ac_prog
in
gas as
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set
dummy
$ac_tool_prefix$ac_prog
;
ac_word
=
$2
echo
"
$as_me
:
$LINENO
: checking for
$ac_word
"
>
&5
echo
$ECHO_N
"checking for
$ac_word
...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_AS
+set
}
"
=
set
;
then
...
...
@@ -4206,7 +4208,7 @@ do
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
$as_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_AS
=
"
$
{
ac_tool_prefix
}
as
"
ac_cv_prog_AS
=
"
$
ac_tool_prefix$ac_prog
"
echo
"
$as_me
:
$LINENO
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
...
...
@@ -4224,11 +4226,15 @@ else
echo
"
${
ECHO_T
}
no"
>
&6
fi
test
-n
"
$AS
"
&&
break
done
fi
if
test
-z
"
$
ac_cv_prog_
AS
"
;
then
if
test
-z
"
$AS
"
;
then
ac_ct_AS
=
$AS
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
for
ac_prog
in
gas as
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
"
$as_me
:
$LINENO
: checking for
$ac_word
"
>
&5
echo
$ECHO_N
"checking for
$ac_word
...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_ac_ct_AS
+set
}
"
=
set
;
then
...
...
@@ -4244,14 +4250,13 @@ do
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
$as_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_prog_ac_ct_AS
=
"
as
"
ac_cv_prog_ac_ct_AS
=
"
$ac_prog
"
echo
"
$as_me
:
$LINENO
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
test
-z
"
$ac_cv_prog_ac_ct_AS
"
&&
ac_cv_prog_ac_ct_AS
=
"as"
fi
fi
ac_ct_AS
=
$ac_cv_prog_ac_ct_AS
...
...
@@ -4263,9 +4268,11 @@ else
echo
"
${
ECHO_T
}
no"
>
&6
fi
test
-n
"
$ac_ct_AS
"
&&
break
done
test
-n
"
$ac_ct_AS
"
||
ac_ct_AS
=
"as"
AS
=
$ac_ct_AS
else
AS
=
"
$ac_cv_prog_AS
"
fi
if
test
-n
"
$ac_tool_prefix
"
;
then
...
...
configure.ac
View file @
c80c290e
...
...
@@ -83,7 +83,7 @@ then
AC_MSG_ERROR([no suitable lex found. Please install the 'flex' package.])
fi
AC_CHECK_TOOL
(AS,as
,as)
AC_CHECK_TOOL
S(AS,[gas as]
,as)
AC_CHECK_TOOL(LD,ld,ld)
AC_CHECK_TOOL(AR,ar,ar)
AC_PROG_RANLIB
...
...
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