diff options
author | Peter Trommler <ptrommler@acm.org> | 2013-09-22 18:55:54 +0200 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-09-29 09:43:45 -0500 |
commit | d664f8bbf39b6d96fb943a79c72b8dfb76650660 (patch) | |
tree | 36f73eaa803178e06890a2fe4008f074882c9a0c /configure.ac | |
parent | 3bd786147fc9eff8d03ec9ac2697ada826282b08 (diff) | |
download | haskell-d664f8bbf39b6d96fb943a79c72b8dfb76650660.tar.gz |
Remove extra space in LIBFFI_CFLAGS (#8349)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b0ada24240..3836184494 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) |