Commit bc52901c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

configure: Fix the notices handling in WINE_PRINT_MESSAGES().

parent 46626eeb
...@@ -789,7 +789,7 @@ Use the --without-$1 option if you really want this.]) ;; ...@@ -789,7 +789,7 @@ Use the --without-$1 option if you really want this.]) ;;
esac])]) esac])])
AC_DEFUN([WINE_PRINT_MESSAGES],[ac_save_IFS="$IFS" 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 echo >&AS_MESSAGE_FD
IFS="|" IFS="|"
for msg in $wine_notices; do for msg in $wine_notices; do
......
...@@ -19665,7 +19665,7 @@ then ...@@ -19665,7 +19665,7 @@ then
fi fi
ac_save_IFS="$IFS" ac_save_IFS="$IFS"
if test "x$wine_notices != "x; then if test "x$wine_notices" != x; then
echo >&6 echo >&6
IFS="|" IFS="|"
for msg in $wine_notices; do for msg in $wine_notices; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment