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
fcd561b9
Commit
fcd561b9
authored
Aug 29, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix remaining instances of mpg123_init check.
Spotted by Eric Pouech.
parent
1f220db9
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 @
fcd561b9
...
...
@@ -11315,7 +11315,7 @@ if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
fi
fi
if
test
"x
$ac_cv_lib_mpg123_mpg123_
init
"
!=
xyes
;
then
:
if
test
"x
$ac_cv_lib_mpg123_mpg123_
feed
"
!=
xyes
;
then
:
case
"x
$with_mpg123
"
in
x
)
wine_notices
=
"
$wine_notices
|libmpg123
${
notice_platform
}
development files not found (or too old), mp3 codec won't be supported."
;;
xno
)
;;
...
...
@@ -11323,7 +11323,7 @@ if test "x$ac_cv_lib_mpg123_mpg123_init" != xyes; then :
This is an error since --with-mpg123 was requested."
"
$LINENO
"
5
;;
esac
fi
test
"x
$ac_cv_lib_mpg123_mpg123_
init
"
=
xyes
||
enable_winemp3_acm
=
${
enable_winemp3_acm
:-
no
}
test
"x
$ac_cv_lib_mpg123_mpg123_
feed
"
=
xyes
||
enable_winemp3_acm
=
${
enable_winemp3_acm
:-
no
}
if
test
"
$ac_cv_header_kstat_h
"
=
"yes"
then
...
...
configure.ac
View file @
fcd561b9
...
...
@@ -1413,9 +1413,9 @@ if test "$ac_cv_header_mpg123_h" = "yes"
then
AC_CHECK_LIB(mpg123,mpg123_feed,[AC_SUBST(LIBMPG123,"-lmpg123")])
fi
WINE_NOTICE_WITH(mpg123,[test "x$ac_cv_lib_mpg123_mpg123_
init
" != xyes],
WINE_NOTICE_WITH(mpg123,[test "x$ac_cv_lib_mpg123_mpg123_
feed
" != xyes],
[libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.])
test "x$ac_cv_lib_mpg123_mpg123_
init
" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
test "x$ac_cv_lib_mpg123_mpg123_
feed
" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
dnl **** Check for libkstat ****
if test "$ac_cv_header_kstat_h" = "yes"
...
...
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