diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-09-11 17:38:46 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-09-13 15:38:33 +0000 |
commit | 70a197f28049fcb03655e1f5e480a24a2e6e9291 (patch) | |
tree | f8ece944963cb75e8e214d5015e9a8cf71b470f0 | |
parent | 2d8514575599dfcede1c5298a376d9f66ca35f71 (diff) |
Add proper help for with-build-platform-configure-options
Change-Id: I9ebe739223f396f16f326c7fbad09c762030f796
Reviewed-on: https://gerrit.libreoffice.org/11406
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 45018fcbbd15..b38ed8343f9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1458,7 +1458,9 @@ AC_ARG_WITH(gnu-patch, ,) AC_ARG_WITH(build-platform-configure-options, - [Specify options for the configure script run for the *build* platform in a cross-compilation]) + AS_HELP_STRING([--with-build-platform-configure-options], + [Specify options for the configure script run for the *build* platform in a cross-compilation]), +,) AC_ARG_WITH(gnu-cp, AS_HELP_STRING([--with-gnu-cp], |