Fixed quoting in WINE_TRY_ASM_LINK macro.

This commit is contained in:
Alexandre Julliard 2002-07-20 20:08:31 +00:00
parent 8ba0c715c7
commit 5fb46a49b3
1 changed files with 1 additions and 1 deletions

2
aclocal.m4 vendored
View File

@ -79,7 +79,7 @@ AC_DEFUN([WINE_TRY_ASM_LINK],
[ac_try_asm_link_saved_libs=$LIBS
LIBS="conftest_asm.s $LIBS"
cat > conftest_asm.s <<EOF
$1
[$1]
EOF
AC_TRY_LINK([$2],[$3],[$4],[$5])
rm -f conftest_asm.s