diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-02-25 19:14:10 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-25 19:14:10 +0100 |
commit | 5e5b7e431edc837b2be32d03fcbb1e32377e935a (patch) | |
tree | 1063e47904b288784c73a9e77e39c9229eccc1e5 /m4 | |
parent | 8a4f49485495155ff241e449c94f5700e3226bc6 (diff) |
m4: improve help message of libo_CHECK_SYSTEM_MODULE
Change-Id: I784823b27108671e6bb549f60725f21abd47451e
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libo_externals.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4 index c4584e0e6910..329abc7f2fd9 100644 --- a/m4/libo_externals.m4 +++ b/m4/libo_externals.m4 @@ -9,7 +9,7 @@ dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; fill-column: 102 -* AC_DEFUN([libo_CHECK_SYSTEM_MODULE], [ AC_ARG_WITH(system-$1, AS_HELP_STRING([--with-system-$1], - [Use $1 already on system.]),, + [Use $1 from operating system instead of building and bundling it.]),, [with_system_$1="$with_system_libs"]) AC_MSG_CHECKING([which $1 to use]) if test "$with_system_$1" = "yes"; then |