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:
parent
46626eebd5
commit
bc52901c73
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue