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
90a6fb04
Commit
90a6fb04
authored
Jul 11, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winejack: Fix detection of jack libraries with a bad soname.
parent
fd5b97bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
90a6fb04
...
...
@@ -15154,8 +15154,8 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
$as_test_x
conftest
$ac_exeext
;
then
case
"
$LIBEXT
"
in
dll
)
;;
dylib
)
ac_cv_lib_soname_jack
=
`
otool
-L
conftest
$ac_exeext
|
grep
"libjack
\\
.[0-9A-Za-z.]*dylib"
|
sed
-e
"s/^.*
\/\(
libjack
\.
[0-9A-Za-z.]*dylib
\)
.*
$/
\1
/"
';2,$d'
`
;;
*
)
ac_cv_lib_soname_jack
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
"libjack
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\(
libjack
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
';2,$d'
`
;;
dylib
)
ac_cv_lib_soname_jack
=
`
otool
-L
conftest
$ac_exeext
|
grep
"libjack
-*[0-9.]*
\\
.[0-9A-Za-z.]*dylib"
|
sed
-e
"s/^.*
\/\(
libjack-*[0-9.]*
\.
[0-9A-Za-z.]*dylib
\)
.*
$/
\1
/"
';2,$d'
`
;;
*
)
ac_cv_lib_soname_jack
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
"libjack
-*[0-9.]*
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\(
libjack-*[0-9.]*
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
';2,$d'
`
;;
esac
else
echo
"
$as_me
: failed program was:"
>
&5
...
...
configure.ac
View file @
90a6fb04
...
...
@@ -1129,7 +1129,7 @@ WINE_NOTICE_WITH(cups,[test "x$ac_cv_lib_soname_cups" = "x"],
dnl **** Check for jack ****
if test "$ac_cv_header_jack_jack_h" = "yes"
then
WINE_CHECK_SONAME(jack,jack_client_new)
WINE_CHECK_SONAME(jack,jack_client_new
,,,,[[libjack-*[[0-9.]]*]]
)
fi
dnl **** Check for fontconfig ****
...
...
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