summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2013-09-22 18:55:54 +0200
committerAustin Seipp <austin@well-typed.com>2013-09-29 09:43:45 -0500
commitd664f8bbf39b6d96fb943a79c72b8dfb76650660 (patch)
tree36f73eaa803178e06890a2fe4008f074882c9a0c /configure.ac
parent3bd786147fc9eff8d03ec9ac2697ada826282b08 (diff)
downloadhaskell-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.ac2
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
])