Module: wine Branch: master Commit: bc52901c732195e60640f46d6e723a9fc4b25a98 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bc52901c732195e60640f46d6e...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Oct 30 22:30:25 2015 +0100
configure: Fix the notices handling in WINE_PRINT_MESSAGES().
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 index e236c92..5c2bbb8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -789,7 +789,7 @@ Use the --without-$1 option if you really want this.]) ;; esac])])
AC_DEFUN([WINE_PRINT_MESSAGES],[ac_save_IFS="$IFS" -if test "x$wine_notices != "x; then +if test "x$wine_notices" != x; then echo >&AS_MESSAGE_FD IFS="|" for msg in $wine_notices; do diff --git a/configure b/configure index ce5e820..6bf0887 100755 --- a/configure +++ b/configure @@ -19665,7 +19665,7 @@ then fi
ac_save_IFS="$IFS" -if test "x$wine_notices != "x; then +if test "x$wine_notices" != x; then echo >&6 IFS="|" for msg in $wine_notices; do