Skip to content

Commit

Permalink
Fixup help text
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Mar 27, 2014
1 parent 11b31c3 commit f868254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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]])
],
[
Expand All @@ -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]])
],
[
Expand Down

0 comments on commit f868254

Please sign in to comment.