Skip to content
Snippets Groups Projects
Commit 5fb46a49 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed quoting in WINE_TRY_ASM_LINK macro.

parent 8ba0c715
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment