Kaydet (Commit) 5e5b7e43 authored tarafından Michael Stahl's avatar Michael Stahl

m4: improve help message of libo_CHECK_SYSTEM_MODULE

Change-Id: I784823b27108671e6bb549f60725f21abd47451e
üst 8a4f4948
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment