Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6ce32e0d
Commit
6ce32e0d
authored
Aug 19, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Rename the --with-libgsm option to follow the normal option naming scheme.
parent
7e2dfe4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
configure
configure
+7
-7
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
6ce32e0d
...
...
@@ -783,7 +783,7 @@ with_freetype
with_gphoto
with_glu
with_gnutls
with_
lib
gsm
with_gsm
with_hal
with_jack
with_jpeg
...
...
@@ -1464,7 +1464,7 @@ Optional Packages:
--without-gphoto do not use gphoto (Digital Camera support)
--without-glu do not use the GLU library
--without-gnutls do not use GnuTLS (schannel support)
--without-
libgsm
do not use libgsm (GSM 06.10 codec support)
--without-
gsm
do not use libgsm (GSM 06.10 codec support)
--without-hal do not use HAL (dynamic device support)
--without-jack do not use the Jack sound support
--without-jpeg do not use JPEG
...
...
@@ -2569,9 +2569,9 @@ if test "${with_gnutls+set}" = set; then :
fi
# Check whether --with-
lib
gsm was given.
if
test
"
${
with_
lib
gsm
+set
}
"
=
set
;
then
:
withval
=
$with_
lib
gsm
;
if
test
"x
$withval
"
=
"xno"
;
then
ac_cv_header_gsm_h
=
no
;
ac_cv_header_gsm_gsm_h
=
no
;
fi
# Check whether --with-gsm was given.
if
test
"
${
with_gsm
+set
}
"
=
set
;
then
:
withval
=
$with_gsm
;
if
test
"x
$withval
"
=
"xno"
;
then
ac_cv_header_gsm_h
=
no
;
ac_cv_header_gsm_gsm_h
=
no
;
fi
fi
...
...
@@ -10850,11 +10850,11 @@ _ACEOF
fi
fi
if
test
"x
$ac_cv_lib_soname_gsm
"
=
"x"
;
then
:
case
"x
$with_
lib
gsm
"
in
case
"x
$with_gsm
"
in
x
)
wine_notices
=
"
$wine_notices
|libgsm
${
notice_platform
}
development files not found, gsm 06.10 codec won't be supported."
;;
xno
)
;;
*
)
as_fn_error
"libgsm
${
notice_platform
}
development files not found, gsm 06.10 codec won't be supported.
This is an error since --with-
lib
gsm was requested."
"
$LINENO
"
5
;;
This is an error since --with-gsm was requested."
"
$LINENO
"
5
;;
esac
fi
...
...
configure.ac
View file @
6ce32e0d
...
...
@@ -40,7 +40,7 @@ AC_ARG_WITH(gphoto, AS_HELP_STRING([--without-gphoto],[do not use gphoto (Dig
AC_ARG_WITH(glu, AS_HELP_STRING([--without-glu],[do not use the GLU library]),
[if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi])
AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls],[do not use GnuTLS (schannel support)]))
AC_ARG_WITH(
libgsm, AS_HELP_STRING([--without-lib
gsm],[do not use libgsm (GSM 06.10 codec support)]),
AC_ARG_WITH(
gsm, AS_HELP_STRING([--without-
gsm],[do not use libgsm (GSM 06.10 codec support)]),
[if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi])
AC_ARG_WITH(hal, AS_HELP_STRING([--without-hal],[do not use HAL (dynamic device support)]))
AC_ARG_WITH(jack, AS_HELP_STRING([--without-jack],[do not use the Jack sound support]),
...
...
@@ -1370,7 +1370,7 @@ if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
then
WINE_CHECK_SONAME(gsm,gsm_create)
fi
WINE_NOTICE_WITH(
lib
gsm,[test "x$ac_cv_lib_soname_gsm" = "x"],
WINE_NOTICE_WITH(gsm,[test "x$ac_cv_lib_soname_gsm" = "x"],
[libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.])
dnl **** Check for libjpeg ****
...
...
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