2009-01-02 Mike Kestner <mkestner@novell.com>

* configure.in.in: clarify the Mono.Cairo summary comment.

svn path=/trunk/gtk-sharp/; revision=122356
This commit is contained in:
Mike Kestner 2009-01-02 22:03:06 +00:00
parent a8b28619be
commit 6e4604699e
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-01-02 Mike Kestner <mkestner@novell.com>
* configure.in.in: clarify the Mono.Cairo summary comment.
2008-12-22 Andrés G. Aragoneses <aaragoneses@novell.com>
* generator/InterfaceGen.cs: track API.

View File

@ -260,6 +260,12 @@ sample/opaquetest/Makefile
sample/opaquetest/opaquetest.exe.config
])
if test "x$enable_mono_cairo" = "xyes"; then
cairo_comment="building local copy"
else
cairo_comment="using system assembly"
fi
echo "---"
echo "Configuration summary"
echo ""
@ -269,8 +275,8 @@ echo ""
echo " Optional assemblies included in the build:"
echo ""
echo " * glade-sharp.dll: $enable_glade"
echo " * gtk-dotnet.dll: $enable_dotnet "
echo " * Mono.Cairo.dll: $enable_mono_cairo "
echo " * gtk-dotnet.dll: $enable_dotnet"
echo " * Mono.Cairo.dll: $cairo_comment"
echo ""
echo " NOTE: if any of the above say 'no' you may install the"
echo " corresponding development packages for them, rerun"