diff options
author | Simon Marlow <marlowsd@gmail.com> | 2014-03-20 15:46:41 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2014-03-27 12:36:14 +0000 |
commit | f86825462bf1d14ea6aad1029a5ec9d7a08049df (patch) | |
tree | eeed0b6eb04cb22f20e451a6ceec735799c870f3 | |
parent | 11b31c3c9bbe05486e6532ec6217c8cf2587adbb (diff) | |
download | haskell-f86825462bf1d14ea6aad1029a5ec9d7a08049df.tar.gz |
Fixup help text
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9d55194edd..0a4df23605 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]]) ], [ |