Module: wine Branch: master Commit: 1ebbab8ddb7bcf336385985f67d83e6a3ad2ab33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ebbab8ddb7bcf336385985f67...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 17 15:11:42 2009 +0200
configure: Downgrade libgsm warning to a notice.
---
configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index 059070c..e5d3f48 100755 --- a/configure +++ b/configure @@ -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 ;; diff --git a/configure.ac b/configure.ac index a91e3b6..519f91d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ****