[commit: ghc] master: Remove extra space in LIBFFI_CFLAGS (#8349) (d664f8b)

git at git.haskell.org git at git.haskell.org
Mon Sep 30 00:23:33 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d664f8bbf39b6d96fb943a79c72b8dfb76650660/ghc

>---------------------------------------------------------------

commit d664f8bbf39b6d96fb943a79c72b8dfb76650660
Author: Peter Trommler <ptrommler at acm.org>
Date:   Sun Sep 22 18:55:54 2013 +0200

    Remove extra space in LIBFFI_CFLAGS (#8349)
    
    Signed-off-by: Austin Seipp <austin at 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
 ])
 




More information about the ghc-commits mailing list