[ooo-build-commit] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Oct 6 05:26:56 PDT 2010
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 99062f7b00ef8c84e56b3242a775df8b157bafe8
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Oct 6 14:26:06 2010 +0200
fix --with-mono-gac-root configure help message
diff --git a/configure.in b/configure.in
index b1df923..c5194a5 100644
--- a/configure.in
+++ b/configure.in
@@ -332,13 +332,13 @@ AC_ARG_WITH(arch-flags,
Example: --with-arch-flags="-O2 -fmessage-length=0"],
,)
-AC_ARG_WITH(mono-gac,
+AC_ARG_WITH(mono-gac-root,
[
--with-mono-gac-root Define the root of the mono GAC. It is especially
needed if you are using $DESTDIR and want to
preinstall the mono DLLs into the GAC.
- Example: --with-mono-gac=/usr/lib],
+ Example: --with-mono-gac-root=/usr/lib],
,)
More information about the ooo-build-commit
mailing list