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
2676973f
Commit
2676973f
authored
Feb 09, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Workaround for broken artsc-config script (based on a patch by
stirling@kc.rr.com).
parent
89ef25e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
configure
configure
+3
-5
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
2676973f
...
...
@@ -11188,7 +11188,7 @@ fi
if
test
x
$ARTSCCONFIG
!=
x
-a
x
$ARTSCCONFIG
!=
x
'"$ARTSCCONFIG"'
;
then
ARTSC_CFLAGS
=
`
$ARTSCCONFIG
--cflags
`
ARTSC_CFLAGS
=
`
$ARTSCCONFIG
--cflags
|
sed
's/\-pthread//'
`
ARTSC_LIBS
=
`
$ARTSCCONFIG
--libs
`
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
$ARTSC_CFLAGS
"
...
...
@@ -17329,10 +17329,8 @@ See \`config.log' for more details." >&2;}
esac
else
if
test
"
$cross_compiling
"
=
yes
;
then
{
{
echo
"
$as_me
:
$LINENO
: error: cannot run test program while cross compiling
See
\`
config.log' for more details."
>
&5
echo
"
$as_me
: error: cannot run test program while cross compiling
See
\`
config.log' for more details."
>
&2
;
}
{
{
echo
"
$as_me
:
$LINENO
: error: internal error: not reached in cross-compile"
>
&5
echo
"
$as_me
: error: internal error: not reached in cross-compile"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
else
cat
>
conftest.
$ac_ext
<<
_ACEOF
...
...
configure.ac
View file @
2676973f
...
...
@@ -602,7 +602,7 @@ dnl **** Check for aRts Sound Server ****
AC_PATH_PROG(ARTSCCONFIG, artsc-config)
if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
then
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags
| sed 's/\-pthread//'
`
ARTSC_LIBS=`$ARTSCCONFIG --libs`
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $ARTSC_CFLAGS"
...
...
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