Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/d664f8bbf39b6d96fb943a79c72b8dfb76650660/ghc
>--------------------------------------------------------------- commit d664f8bbf39b6d96fb943a79c72b8dfb76650660 Author: Peter Trommler <ptromm...@acm.org> Date: Sun Sep 22 18:55:54 2013 +0200 Remove extra space in LIBFFI_CFLAGS (#8349) Signed-off-by: Austin Seipp <aus...@well-typed.com> >--------------------------------------------------------------- d664f8bbf39b6d96fb943a79c72b8dfb76650660 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0ada24..3836184 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 ]) _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits