configure: Downgrade libgsm warning to a notice.
This commit is contained in:
parent
fd03c50693
commit
1ebbab8ddb
|
@ -10851,7 +10851,7 @@ fi
|
|||
fi
|
||||
if test "x$ac_cv_lib_soname_gsm" = "x"; then :
|
||||
case "x$with_libgsm" in
|
||||
x) wine_warnings="$wine_warnings|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
|
||||
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-libgsm was requested." "$LINENO" 5 ;;
|
||||
|
|
|
@ -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_WARNING_WITH(libgsm,[test "x$ac_cv_lib_soname_gsm" = "x"],
|
||||
WINE_NOTICE_WITH(libgsm,[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 ****
|
||||
|
|
Loading…
Reference in New Issue