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>
This commit is contained in:
Francois Gouget 2015-10-30 22:30:25 +01:00 committed by Alexandre Julliard
parent 46626eebd5
commit bc52901c73
2 changed files with 2 additions and 2 deletions

2
aclocal.m4 vendored
View File

@ -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

2
configure vendored
View File

@ -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