configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 70a197f28049fcb03655e1f5e480a24a2e6e9291
Author: Peter Foley <pefol...@pefoley.com>
Date:   Thu Sep 11 17:38:46 2014 -0400

    Add proper help for with-build-platform-configure-options
    
    Change-Id: I9ebe739223f396f16f326c7fbad09c762030f796
    Reviewed-on: https://gerrit.libreoffice.org/11406
    Reviewed-by: David Tardon <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@redhat.com>

diff --git a/configure.ac b/configure.ac
index 45018fc..b38ed83 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],
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to