From bc52901c732195e60640f46d6e723a9fc4b25a98 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 30 Oct 2015 22:30:25 +0100 Subject: [PATCH] configure: Fix the notices handling in WINE_PRINT_MESSAGES(). Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index e236c92dc1d..5c2bbb87425 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 ce5e820ed34..6bf0887acc1 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