fix build on Solaris. Closes #564123.
* configure.in: fix build on Solaris. Closes #564123. svn path=/trunk/; revision=4055
This commit is contained in:
parent
b943a74476
commit
c48c5e44bd
@ -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.
|
||||
|
@ -484,7 +484,9 @@ if test "x$enable_debug" = "xyes"; then
|
||||
fi
|
||||
|
||||
# Warnings are there for a reason
|
||||
CFLAGS="$CFLAGS -Wall -Werror -ansi"
|
||||
if test "x$GCC" = "xyes"; then
|
||||
CFLAGS="$CFLAGS -Wall -Werror -ansi"
|
||||
fi
|
||||
|
||||
# Use gnome-doc-utils:
|
||||
GNOME_DOC_INIT([0.8.0])
|
||||
|
Loading…
Reference in New Issue
Block a user