1
0
Fork 0

fix build on Solaris. Closes #564123.

* configure.in: fix build on Solaris.  Closes #564123.


svn path=/trunk/; revision=4055
This commit is contained in:
Thomas James Alexander Thurman 2008-12-16 01:35:30 +00:00
parent b943a74476
commit c48c5e44bd
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-12-15 Erwann Chenede <erwann.chenede@sun.com>
* configure.in: fix build on Solaris. Closes #564123.
2008-12-02 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.25.55.

View file

@ -484,7 +484,9 @@ if test "x$enable_debug" = "xyes"; then
fi
# Warnings are there for a reason
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -Werror -ansi"
fi
# Use gnome-doc-utils:
GNOME_DOC_INIT([0.8.0])