Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d664f8bb
Commit
d664f8bb
authored
Sep 22, 2013
by
Peter Trommler
🥁
Committed by
Austin Seipp
Sep 29, 2013
Browse files
Remove extra space in LIBFFI_CFLAGS (#8349)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
3bd78614
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d664f8bb
...
...
@@ -375,7 +375,7 @@ AC_ARG_WITH([ffi-includes],
AC_MSG_WARN([--with-ffi-includes will be ignored, --with-system-libffi not set])
else
FFIIncludeDir="$withval"
LIBFFI_CFLAGS="-I
$withval"
LIBFFI_CFLAGS="-I$withval"
fi
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment