[commit: ghc] master: Fixup help text (f868254)
git at git.haskell.org
git at git.haskell.org
Thu Mar 27 13:49:59 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f86825462bf1d14ea6aad1029a5ec9d7a08049df/ghc
>---------------------------------------------------------------
commit f86825462bf1d14ea6aad1029a5ec9d7a08049df
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Mar 20 15:46:41 2014 +0000
Fixup help text
>---------------------------------------------------------------
f86825462bf1d14ea6aad1029a5ec9d7a08049df
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9d55194..0a4df23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,7 @@ AS_IF([test "x$with_system_libffi" = "xyes"],
AC_SUBST(UseSystemLibFFI)
AC_ARG_WITH([ffi-includes],
-[AC_HELP_STRING([--with-ffi-includes=ARG]
+[AC_HELP_STRING([--with-ffi-includes=ARG],
[Find includes for libffi in ARG [default=system default]])
],
[
@@ -382,7 +382,7 @@ AC_ARG_WITH([ffi-includes],
AC_SUBST(FFIIncludeDir)
AC_ARG_WITH([ffi-libraries],
-[AC_HELP_STRING([--with-ffi-libraries=ARG]
+[AC_HELP_STRING([--with-ffi-libraries=ARG],
[Find libffi in ARG [default=system default]])
],
[
More information about the ghc-commits
mailing list