[pkg-wine-party] [wine] 92/499: configure: Give a warning for missing gnutls.

Michael Gilbert mgilbert at moszumanska.debian.org
Thu Mar 13 00:25:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 41f31686791041fe6eafa3173028ffb3d16959ee
Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 12 13:45:16 2014 -0800

    configure: Give a warning for missing gnutls.
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 937dbdf..bb68c51 100755
--- a/configure
+++ b/configure
@@ -11203,7 +11203,7 @@ test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)
 fi
 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
   case "x$with_gnutls" in
-  x)   as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
+  x)   as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
   xno) ;;
   *)   as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
diff --git a/configure.ac b/configure.ac
index a425490..32730f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1346,7 +1346,7 @@ then
                 [WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS])])],
             [GNUTLS_CFLAGS=""])])
 fi
-WINE_NOTICE_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"],
+WINE_WARNING_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"],
                  [libgnutls ${notice_platform}development files not found, no schannel support.])
 
 dnl **** Check which curses lib to use ***

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list